- 4.0.4 *seems* to support this too, so just exclude anything that is even older...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 9 Feb 2007 13:43:36 +0000 (13:43 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 9 Feb 2007 13:43:36 +0000 (13:43 -0000)
toolchain/gcc/Makefile.in

index 29617eeaba2d1f91602afc2ed8fb189c4d3d57db..b050f80d8ccd6e9a51313e233f6722d7e111327d 100644 (file)
@@ -60,12 +60,10 @@ EXTRA_TARGET_GCC_CONFIG_OPTIONS:=$(strip $(subst ",, $(BR2_EXTRA_TARGET_GCC_CONF
 #"))
 
 ifeq ($(BR2_PREFER_IMA),y)
-# >= 4.1
-ifeq ($(findstring 4.,$(GCC_VERSION)),4.)
-ifneq ($(findstring 4.0,$(GCC_VERSION)),4.0)
+# >= 4.x
+ifneq ($(findstring 3.,$(GCC_VERSION)),3.)
 EXTRA_TARGET_GCC_CONFIG_OPTIONS+=--enable-intermodule
 endif
-endif
 endif # BR2_PREFER_IMA=y
 
 TARGETS+=gcc_target