diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-09 13:43:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-09 13:43:36 +0000 |
commit | 4cf81d9970f321c4889c57d3c816d9b2db16471d (patch) | |
tree | a37202ea26e5a97803039e7b90e01f9b57246bda /toolchain/gcc/Makefile.in | |
parent | 5e1f034bcacd69a22d282f8b4d1fb5478eb03626 (diff) | |
download | buildroot-novena-4cf81d9970f321c4889c57d3c816d9b2db16471d.tar.gz buildroot-novena-4cf81d9970f321c4889c57d3c816d9b2db16471d.zip |
- 4.0.4 *seems* to support this too, so just exclude anything that is even older than that one.
Diffstat (limited to 'toolchain/gcc/Makefile.in')
-rw-r--r-- | toolchain/gcc/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 29617eeab..b050f80d8 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -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 |