summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/gambit/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gambit/build.nix')
-rw-r--r--pkgs/development/compilers/gambit/build.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/compilers/gambit/build.nix b/pkgs/development/compilers/gambit/build.nix
index 9f2907057183..029225629154 100644
--- a/pkgs/development/compilers/gambit/build.nix
+++ b/pkgs/development/compilers/gambit/build.nix
@@ -35,15 +35,6 @@ gccStdenv.mkDerivation rec {
# Or wrap relevant programs to add a suitable PATH ?
#runtimeDeps = [ gnused gnugrep ];
- # disable stackprotector on aarch64-darwin for now
- # build error:
- # ```
- # /private/tmp/nix-build-gambit-unstable-2020-09-20.drv-0/ccIjyeeb.s:207:15: error: index must be an integer in range [-256, 255].
- # ldr x2, [x2, ___stack_chk_guard];momd
- # ^
- # ```
- hardeningDisable = lib.optionals (gccStdenv.isAarch64 && gccStdenv.isDarwin) [ "stackprotector" ];
-
configureFlags = [
"--enable-targets=${gambit-params.targets}"
"--enable-single-host"