X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9d43dbd716ca1c46e5c92a1ba4e56c7dbaa4ec86..74d78766e81f8608556c0ca22a3804f4b5fd1a87:/toolchain/gcc/final/Makefile?ds=inline diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index dc884ab9c..b0fe20023 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -3,6 +3,7 @@ GCC_VARIANT:=final include ../common.mk GCC_CONFIGURE += \ + --with-headers=$(TOOLCHAIN_DIR)/include \ --enable-languages=$(TARGET_LANGUAGES) \ --enable-shared \ --enable-threads \ @@ -70,6 +71,7 @@ define Host/Install done; \ ); $(if $(CONFIG_EXTRA_TARGET_ARCH),$(call SetupExtraArch)) + $(SCRIPT_DIR)/patch-specs.sh "$(TOOLCHAIN_DIR)" endef $(eval $(call HostBuild))