From: Victor Martinez Date: Mon, 17 Oct 2011 06:31:27 +0000 (+0000) Subject: Added cxa_atexit symvers to gcc-static and cxa_atexit to gcc-final X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=3fae615db5823f49086b1fa24bbec8c4f5a92c2f;p=toolchain.git Added cxa_atexit symvers to gcc-static and cxa_atexit to gcc-final --- diff --git a/Makefile b/Makefile index bd14ee8..daa0096 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ $(CROSSTOOLS)/lib/gcc: $(WORK)/build-gcc-static $(WORK)/gcc-$(GCC_VERSION) $(WORK)/gcc-$(GCC_VERSION)/configure --prefix=$(CROSSTOOLS) \ --build=$(HOST) --host=$(HOST) --target=$(TARGET) \ --disable-multilib --disable-nls \ - --without-headers --disable-decimal-float \ + --without-headers --enable-__cxa_atexit --enable-symvers=gnu --disable-decimal-float \ --disable-libgomp --disable-libmudflap --disable-libssp \ --with-mpfr=$(CROSSTOOLS) --with-gmp=$(CROSSTOOLS) --with-mpc=$(CROSSTOOLS) \ --disable-shared --disable-threads --enable-languages=c \ @@ -260,7 +260,7 @@ $(CLFS)/lib/gcc: $(WORK)/build-gcc-final $(WORK)/gcc-$(GCC_VERSION) --build=$(HOST) --host=$(HOST) --target=$(TARGET) \ --with-headers=$(CLFS)/usr/include --enable-shared \ --disable-multilib --with-sysroot=$(CLFS) --disable-nls \ - --enable-languages=c,c++ --enable-c99 --enable-long-long --enable-threads=posix \ + --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ --with-mpfr=$(CROSSTOOLS) --with-gmp=$(CROSSTOOLS) --with-mpc=$(CROSSTOOLS) \ --with-abi=aapcs-linux --with-arch=armv7-a --with-mode=thumb --with-float=hard --with-fpu=vfpv3-d16 && \ make AS_FOR_TARGET="$(TARGET)-as" LD_FOR_TARGET="$(TARGET)-ld" && \