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

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

Waldemar Brodkorb пре 3 година
родитељ
комит
ee611b4878
1 измењених фајлова са 1 додато и 1 уклоњено
  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 \