mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 06:54:58 +01:00
fix gcc symlink install
SVN-Revision: 4702
This commit is contained in:
parent
806861c612
commit
a40f9da6ac
@ -103,8 +103,8 @@ define Stage2/Install
|
|||||||
ln -sf $(REAL_GNU_TARGET_NAME) $(GNU_TARGET_NAME); \
|
ln -sf $(REAL_GNU_TARGET_NAME) $(GNU_TARGET_NAME); \
|
||||||
cd bin; \
|
cd bin; \
|
||||||
for app in $(REAL_GNU_TARGET_NAME)-* ; do \
|
for app in $(REAL_GNU_TARGET_NAME)-* ; do \
|
||||||
ln -sf $${app} \
|
ln -sf $$$${app} \
|
||||||
$(GNU_TARGET_NAME)$${app##$(REAL_GNU_TARGET_NAME)}; \
|
$(GNU_TARGET_NAME)$$$${app##$(REAL_GNU_TARGET_NAME)}; \
|
||||||
done; \
|
done; \
|
||||||
);
|
);
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user