---
toolchain/gcc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index cd0203f..a04c059 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -48,7 +48,7 @@ else
SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
endif
-#ifeq ($(CONFIG_GCC_VERSION_4_3_1),)
+#ifeq ($(CONFIG_GCC_VERSION_4_3_X),)
#WITH_GMP_MPFR:=
#else
#WITH_GMP_MPFR:=--with-mpfr=$(TOPDIR)/staging_dir/host
--with-gmp=$(TOPDIR)/staging_dir/host
@@ -81,7 +81,7 @@ define Stage1/Configure
);
endef
-ifeq ($(CONFIG_GCC_VERSION_4_3_1),)
+ifeq ($(CONFIG_GCC_VERSION_4_3_X),)
define Stage1/Compile
export SHELL="$(BASH)"; $(MAKE) -C $(BUILD_DIR1) all-gcc
endef
@@ -91,7 +91,7 @@ define Stage1/Compile
endef
endif
-ifeq ($(CONFIG_GCC_VERSION_4_3_1),)
+ifeq ($(CONFIG_GCC_VERSION_4_3_X),)
define Stage1/Install
export SHELL="$(BASH)"; $(MAKE) -C $(BUILD_DIR1) install-gcc
endef
--
1.5.4.3
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel