|
@@ -115,7 +115,8 @@ GCC_CONFIGURE:= \
|
|
--with-mpfr=$(TOPDIR)/staging_dir/host \
|
|
--with-mpfr=$(TOPDIR)/staging_dir/host \
|
|
--with-mpc=$(TOPDIR)/staging_dir/host \
|
|
--with-mpc=$(TOPDIR)/staging_dir/host \
|
|
--disable-decimal-float \
|
|
--disable-decimal-float \
|
|
- --with-diagnostics-color=auto-if-env
|
|
|
|
|
|
+ --with-diagnostics-color=auto-if-env \
|
|
|
|
+ --enable-__cxa_atexit
|
|
ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
|
|
ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
|
|
GCC_CONFIGURE += --with-mips-plt
|
|
GCC_CONFIGURE += --with-mips-plt
|
|
endif
|
|
endif
|
|
@@ -150,14 +151,6 @@ ifdef CONFIG_sparc
|
|
--with-long-double-128
|
|
--with-long-double-128
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(LIBC),uClibc)
|
|
|
|
- GCC_CONFIGURE+= \
|
|
|
|
- --disable-__cxa_atexit
|
|
|
|
-else
|
|
|
|
- GCC_CONFIGURE+= \
|
|
|
|
- --enable-__cxa_atexit
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifneq ($(GCC_ARCH),)
|
|
ifneq ($(GCC_ARCH),)
|
|
GCC_CONFIGURE+= --with-arch=$(GCC_ARCH)
|
|
GCC_CONFIGURE+= --with-arch=$(GCC_ARCH)
|
|
endif
|
|
endif
|