Explorar o código

gcc: glibc needs --enable-__cxa_atexit to compile natively

Waldemar Brodkorb %!s(int64=3) %!d(string=hai) anos
pai
achega
ee611b4878
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/gcc/Makefile

+ 1 - 1
package/gcc/Makefile

@@ -60,7 +60,7 @@ CONFIGURE_ENV+=		have_sys_sdt_h=no
 CONFIGURE_ARGS+=	--host=$(GNU_TARGET_NAME) \
 			--target=$(GNU_TARGET_NAME) \
 			--build=$(GNU_HOST_NAME) \
-			--disable-__cxa_atexit \
+			--enable-__cxa_atexit \
 			--without-headers \
 			--libexecdir=/usr/lib \
 			--disable-libssp \