Revert "gcc: Use the pre-C++11 ABI by default"
This reverts commit 83011723af5cf666db4cd10c14f9162b0a463fa1. 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:
parent
5982591afc
commit
60f07e8e10
@ -495,8 +495,6 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
inherit (stdenv) is64bit;
|
inherit (stdenv) is64bit;
|
||||||
|
|
||||||
setupHook = ./use-old-abi.sh;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://gcc.gnu.org/;
|
homepage = http://gcc.gnu.org/;
|
||||||
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
|
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
|
||||||
|
@ -1 +0,0 @@
|
|||||||
NIX_CFLAGS_COMPILE+=" -D_GLIBCXX_USE_CXX11_ABI=0"
|
|
Loading…
x
Reference in New Issue
Block a user