summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-28 00:57:35 +0200
committerIsmael Luceno2019-05-28 00:58:28 +0200
commitdc7b23beb7d4cb789388749e8f2d63c69bd1e092 (patch)
tree351f2b95d9e47258b20bce0934f663313c22992b /gnu
parent195893921394c58417f70cbc214fb04be143addf (diff)
Revert "gcc: Force the use of __cxa_atexit for destructors"
The flag was duplicated. This reverts commit ba7928761e4ddedd82f00c8813d4abab17af3cc1.
Diffstat (limited to 'gnu')
-rwxr-xr-xgnu/gcc/BUILD1
-rw-r--r--gnu/gcc/HISTORY2
2 files changed, 0 insertions, 3 deletions
diff --git a/gnu/gcc/BUILD b/gnu/gcc/BUILD
index e647c6f0e8..a6fe06c01f 100755
--- a/gnu/gcc/BUILD
+++ b/gnu/gcc/BUILD
@@ -106,7 +106,6 @@ OPTS="--disable-werror $OPTS" &&
OPTS="--enable-checking=release $OPTS" &&
OPTS="--enable-default-pie $OPTS" &&
OPTS="--enable-default-ssp $OPTS" &&
-OPTS="--enable-__cxa_atexit $OPTS" &&
OPTS="--enable-cet=auto $OPTS" &&
OPTS="$GCC_MULTILIB $OPTS" &&
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index a06e9f4ec5..13a6383311 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,7 +1,5 @@
2019-05-24 Ismael Luceno <ismael@sourcemage.org>
* BUILD, PRE_BUILD, ssp_nonshared.diff: Fixed build against musl
- * BUILD: Force the use of __cxa_atexit for destructors, required for
- standards-compliance
2019-05-19 Remko van der Vossen <wich@sourcemage.org>
* PREPARE: fix warning about invalid options in tablet