Revert "gcc: Use the pre-C++11 ABI by default"

This reverts commit 83011723af. This
never worked because gcc's setup hook is never actually sourced. I
could fix this but since nobody complained, we probably don't need it.
This commit is contained in:
Eelco Dolstra 2016-03-31 12:30:54 +02:00
parent 5982591afc
commit 60f07e8e10
2 changed files with 0 additions and 3 deletions

View File

@ -495,8 +495,6 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit;
setupHook = ./use-old-abi.sh;
meta = {
homepage = http://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+

View File

@ -1 +0,0 @@
NIX_CFLAGS_COMPILE+=" -D_GLIBCXX_USE_CXX11_ABI=0"