mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 19:41:06 +02:00
[toolchain] 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29768 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9c517fdaa2
commit
bf04048249
@ -70,6 +70,7 @@ define Host/Install
|
|||||||
done; \
|
done; \
|
||||||
);
|
);
|
||||||
$(if $(CONFIG_EXTRA_TARGET_ARCH),$(call SetupExtraArch))
|
$(if $(CONFIG_EXTRA_TARGET_ARCH),$(call SetupExtraArch))
|
||||||
|
$(SCRIPT_DIR)/patch-specs.sh "$(TOOLCHAIN_DIR)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
$(eval $(call HostBuild))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user