Add SmartOS native GCC path.

This commit is contained in:
Danny Wilson 2013-02-28 14:52:14 +00:00 committed by Danny Wilson
parent a611683b44
commit cbfc76d5ca

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;
};