|
@@ -15,14 +15,6 @@ ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6),)
|
|
--with-libelf=$(TOPDIR)/staging_dir/host
|
|
--with-libelf=$(TOPDIR)/staging_dir/host
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifneq ($(CONFIG_TLS_SUPPORT),)
|
|
|
|
- GCC_CONFIGURE += \
|
|
|
|
- --enable-tls
|
|
|
|
-else
|
|
|
|
- GCC_CONFIGURE += \
|
|
|
|
- --disable-tls
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifneq ($(CONFIG_SJLJ_EXCEPTIONS),)
|
|
ifneq ($(CONFIG_SJLJ_EXCEPTIONS),)
|
|
GCC_CONFIGURE += \
|
|
GCC_CONFIGURE += \
|
|
--enable-sjlj-exceptions
|
|
--enable-sjlj-exceptions
|