X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/814de68e5dab04406c3369dbf3975ae9eca4615a..202c4f386c151e23c79e0fafde6ba10a29122604:/toolchain/gcc/final/Makefile diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index 337f7ab1c..dcab9094e 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -8,7 +8,7 @@ GCC_CONFIGURE += \ --enable-threads \ --with-slibdir=$(TOOLCHAIN_DIR)/lib -ifneq ($(CONFIG_GCC_VERSION_4_5),) +ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6),) GCC_CONFIGURE += \ --enable-lto \ --with-libelf=$(TOPDIR)/staging_dir/host @@ -70,6 +70,7 @@ define Host/Install done; \ ); $(if $(CONFIG_EXTRA_TARGET_ARCH),$(call SetupExtraArch)) + $(SCRIPT_DIR)/patch-specs.sh "$(TOOLCHAIN_DIR)" endef $(eval $(call HostBuild))