mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 17:13:10 +02:00
target/toolchain: fix installation after r22723
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22887 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5fd261fc89
commit
249756f2e0
@ -38,9 +38,9 @@ $(BIN_DIR)/$(TOOLCHAIN_NAME).tar.bz2: clean
|
|||||||
$(CP) $(TOPDIR)/LICENSE ./files/README.TOOLCHAIN \
|
$(CP) $(TOPDIR)/LICENSE ./files/README.TOOLCHAIN \
|
||||||
$(TOOLCHAIN_BUILD_DIR)/
|
$(TOOLCHAIN_BUILD_DIR)/
|
||||||
|
|
||||||
$(CP) ./files/wrapper.sh $(TOOLCHAIN_PREFIX)/usr/bin/$(REAL_GNU_TARGET_NAME)-wrapper.sh
|
$(CP) ./files/wrapper.sh $(TOOLCHAIN_PREFIX)/bin/$(REAL_GNU_TARGET_NAME)-wrapper.sh
|
||||||
chmod +x $(TOOLCHAIN_PREFIX)/usr/bin/$(REAL_GNU_TARGET_NAME)-wrapper.sh
|
chmod +x $(TOOLCHAIN_PREFIX)/bin/$(REAL_GNU_TARGET_NAME)-wrapper.sh
|
||||||
(cd $(TOOLCHAIN_PREFIX)/usr/bin; \
|
(cd $(TOOLCHAIN_PREFIX)/bin; \
|
||||||
for app in cc gcc g++ c++ cpp ld as ; do \
|
for app in cc gcc g++ c++ cpp ld as ; do \
|
||||||
[ -f $(REAL_GNU_TARGET_NAME)-$${app} ] && mv $(REAL_GNU_TARGET_NAME)-$${app} $(REAL_GNU_TARGET_NAME)-$${app}.bin ; \
|
[ -f $(REAL_GNU_TARGET_NAME)-$${app} ] && mv $(REAL_GNU_TARGET_NAME)-$${app} $(REAL_GNU_TARGET_NAME)-$${app}.bin ; \
|
||||||
ln -sf $(REAL_GNU_TARGET_NAME)-wrapper.sh $(REAL_GNU_TARGET_NAME)-$${app} ; \
|
ln -sf $(REAL_GNU_TARGET_NAME)-wrapper.sh $(REAL_GNU_TARGET_NAME)-$${app} ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user