summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/4.8/default.nix
diff options
context:
space:
mode:
authorDanny Wilson <danny@decube.net>2014-04-03 19:01:43 +0200
committerDanny Wilson <danny@prime.vc>2015-11-16 17:20:11 +0100
commitfdb534f06e4614bab25f38c48db7c99ae13c2b15 (patch)
treea1e83cb77b5086c0a36bbdaed687fbb858a8ab28 /pkgs/development/compilers/gcc/4.8/default.nix
parent546601cf4b02a9c0c9d47a577d7be9d285590c2d (diff)
downloadnixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.tar
nixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.tar.gz
nixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.tar.bz2
nixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.tar.lz
nixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.tar.xz
nixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.tar.zst
nixpkgs-fdb534f06e4614bab25f38c48db7c99ae13c2b15.zip
GCC 4.8 compiles on Illumos.
- Disable profiled bootstrap.
- Add illumos meta platform.
Diffstat (limited to 'pkgs/development/compilers/gcc/4.8/default.nix')
-rw-r--r--pkgs/development/compilers/gcc/4.8/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/gcc/4.8/default.nix b/pkgs/development/compilers/gcc/4.8/default.nix
index ff1d388b6e2..22c4fc22c02 100644
--- a/pkgs/development/compilers/gcc/4.8/default.nix
+++ b/pkgs/development/compilers/gcc/4.8/default.nix
@@ -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;
   };
 }