GCC 4.8 compiles on Illumos.

- Disable profiled bootstrap.
- Add illumos meta platform.
This commit is contained in:
Danny Wilson
2015-11-16 17:20:11 +01:00
committed by Danny Wilson
parent 546601cf4b
commit fdb534f06e
3 changed files with 5 additions and 3 deletions
@@ -519,6 +519,7 @@ stdenv.mkDerivation ({
platforms =
stdenv.lib.platforms.linux ++
stdenv.lib.platforms.freebsd ++
stdenv.lib.platforms.illumos ++
optionals (langAda == false) stdenv.lib.platforms.darwin;
};
}