From: Jo-Philipp Wich Date: Wed, 18 Jan 2012 03:15:22 +0000 (+0000) Subject: invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own cross... X-Git-Tag: reboot~15156 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=64dc82eab0b2963698042f250eca44fcb3bba4f0;p=lede-git%2F.git invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own cross toolchains to always search headers and libraries in $STAGING_DIR, this should solve most issues with missing headers, indirect linking and not found libraries. At a later stage, all -I and -L flags will be purged from TARGET_LDFLAGS and TARGET_CPPFLAGS. SVN-Revision: 29768 --- diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index dc884ab9c1..dcab9094e2 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -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))