mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Correct all-cross target for release-info stuff.
This commit is contained in:
@ -192,8 +192,8 @@ all-native:
|
|||||||
|
|
||||||
all-cross:
|
all-cross:
|
||||||
[ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
|
[ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
|
||||||
rm -f /usr/cygnus/$(TAG)
|
rm -f $(ROOTING)/$(RELEASE_TAG)
|
||||||
ln -s $(INSTALLDIR) /usr/cygnus/$(TAG)
|
ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
|
||||||
@for i in $(TARGETS) ; do \
|
@for i in $(TARGETS) ; do \
|
||||||
echo "building $(canonhost) cross to $$i" ; \
|
echo "building $(canonhost) cross to $$i" ; \
|
||||||
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(tlog) && \
|
$(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(tlog) && \
|
||||||
|
Reference in New Issue
Block a user