Add SmartOS native GCC path.

This commit is contained in:
Danny Wilson
2013-02-28 20:04:04 +01:00
committed by Danny Wilson
parent a611683b44
commit cbfc76d5ca
+1 -1
View File
@@ -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;
};