projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df3af8
)
invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own cross...
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 18 Jan 2012 03:15:22 +0000
(
03:15
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 18 Jan 2012 03:15:22 +0000
(
03:15
+0000)
SVN-Revision: 29768
toolchain/gcc/final/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/final/Makefile
b/toolchain/gcc/final/Makefile
index dc884ab9c101c996fe6a5b7a3388de73afc17e9d..dcab9094e2cab7dc9684fd67b8871991daad8aec 100644
(file)
--- 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))