oops, applied the ipkg patch with the wrong patchlevel
[openwrt.git] / toolchain / binutils / Makefile
index 2ca79d3..b3161b3 100644 (file)
@@ -25,6 +25,7 @@ BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
 include $(INCLUDE_DIR)/host-build.mk
 
 define Build/Configure
+       $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/
        (cd $(PKG_BUILD_DIR); \
                ./configure \
                --prefix=$(STAGING_DIR_HOST) \
@@ -33,6 +34,7 @@ define Build/Configure
                --target=$(REAL_GNU_TARGET_NAME) \
                --disable-werror \
                --disable-nls \
+               $(SOFT_FLOAT_CONFIG_OPTION) \
                $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
        );
 endef
This page took 0.017928 seconds and 4 git commands to generate.