fix gcc symlink install
SVN-Revision: 4702
This commit is contained in:
parent
806861c612
commit
a40f9da6ac
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ define Stage2/Install
|
|||
ln -sf $(REAL_GNU_TARGET_NAME) $(GNU_TARGET_NAME); \
|
||||
cd bin; \
|
||||
for app in $(REAL_GNU_TARGET_NAME)-* ; do \
|
||||
ln -sf $${app} \
|
||||
$(GNU_TARGET_NAME)$${app##$(REAL_GNU_TARGET_NAME)}; \
|
||||
ln -sf $$$${app} \
|
||||
$(GNU_TARGET_NAME)$$$${app##$(REAL_GNU_TARGET_NAME)}; \
|
||||
done; \
|
||||
);
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue