Преглед изворни кода

enable cxa_atexit, fixes libressl compile error

Waldemar Brodkorb пре 4 година
родитељ
комит
ef72aa231a
1 измењених фајлова са 1 додато и 1 уклоњено
  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) \
 			--target=$(GNU_TARGET_NAME) \
 			--with-gmp=$(STAGING_HOST_DIR)/usr \
 			--with-gmp=$(STAGING_HOST_DIR)/usr \
 			--with-mpfr=$(STAGING_HOST_DIR)/usr \
 			--with-mpfr=$(STAGING_HOST_DIR)/usr \
-			--disable-__cxa_atexit \
+			--enable-__cxa_atexit \
 			--with-system-zlib \
 			--with-system-zlib \
 			--with-gnu-ld \
 			--with-gnu-ld \
 			--with-gnu-as \
 			--with-gnu-as \