summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gcc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/gcc/Makefile.in')
-rw-r--r--misc/buildroot/toolchain/gcc/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/buildroot/toolchain/gcc/Makefile.in b/misc/buildroot/toolchain/gcc/Makefile.in
index 54b81a51b..895f345d7 100644
--- a/misc/buildroot/toolchain/gcc/Makefile.in
+++ b/misc/buildroot/toolchain/gcc/Makefile.in
@@ -57,17 +57,3 @@ ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
# ")))
GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
endif
-
-ifeq ($(strip $(BR2_PACKAGE_GCC_TARGET)),y)
-# pull in config opts from the user
-EXTRA_TARGET_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS)))
-#"))
-
-ifeq ($(BR2_PREFER_IMA),y)
-# >= 4.x
-ifneq ($(findstring 3.,$(GCC_VERSION)),3.)
-EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--enable-intermodule
-endif
-endif # BR2_PREFER_IMA=y
-
-endif