summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-04-25 20:25:49 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-04-25 21:43:15 -0400
commit8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f (patch)
treeb129aedc5e1a36460869ea72bb9b93440a7c8c33 /pkgs
parent9f0de9522fd228f437e053fd360b57dd79f6da05 (diff)
downloadnixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.tar
nixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.tar.gz
nixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.tar.bz2
nixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.tar.lz
nixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.tar.xz
nixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.tar.zst
nixlib-8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f.zip
glibc: Remove hack around long-fixed bug
https://sourceware.org/bugzilla/show_bug.cgi?id=411 was solved in 2012.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/glibc/common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix
index 66510919e34f..ec9f94d00d82 100644
--- a/pkgs/development/libraries/glibc/common.nix
+++ b/pkgs/development/libraries/glibc/common.nix
@@ -120,14 +120,6 @@ stdenv.mkDerivation ({
   # prevent a retained dependency on the bootstrap tools in the stdenv-linux
   # bootstrap.
   BASH_SHELL = "/bin/sh";
-
-  # Workaround for this bug:
-  #   http://sourceware.org/bugzilla/show_bug.cgi?id=411
-  # I.e. when gcc is compiled with --with-arch=i686, then the
-  # preprocessor symbol `__i686' will be defined to `1'.  This causes
-  # the symbol __i686.get_pc_thunk.dx to be mangled.
-  NIX_CFLAGS_COMPILE = lib.optionalString (stdenv.system == "i686-linux") "-U__i686"
-    + " -Wno-error=strict-prototypes";
 }
 
 # Remove the `gccCross' attribute so that the *native* glibc store path