Browse Source

enable cxa_atexit, fixes libressl compile error

Waldemar Brodkorb 2 years ago
parent
commit
ef72aa231a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/gcc/Makefile

+ 1 - 1
toolchain/gcc/Makefile

@@ -39,7 +39,7 @@ GCC_CONFOPTS:=		--prefix=$(TOOLCHAIN_DIR)/usr \
 			--target=$(GNU_TARGET_NAME) \
 			--with-gmp=$(STAGING_HOST_DIR)/usr \
 			--with-mpfr=$(STAGING_HOST_DIR)/usr \
-			--disable-__cxa_atexit \
+			--enable-__cxa_atexit \
 			--with-system-zlib \
 			--with-gnu-ld \
 			--with-gnu-as \