Add SmartOS native GCC path.
This commit is contained in:
parent
a611683b44
commit
cbfc76d5ca
@ -113,7 +113,7 @@ rec {
|
||||
name = "gcc-native";
|
||||
nativeTools = true;
|
||||
nativeLibc = true;
|
||||
nativePrefix = if system == "i686-solaris" then "/usr/gnu" else "/usr";
|
||||
nativePrefix = if system == "i686-solaris" then "/usr/gnu" else if system == "x86_64-solaris" then "/opt/local/gcc47" else "/usr";
|
||||
stdenv = stdenvBoot0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user