mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 11:10:53 +08:00
* Makefile.in: Remove handling of gnatbl.
From-SVN: r134067
This commit is contained in:
parent
c96597bfe5
commit
7053a60fd9
@ -1,3 +1,7 @@
|
||||
2008-04-05 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* Makefile.in: Remove handling of gnatbl.
|
||||
|
||||
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
|
||||
|
||||
PR ada/34284
|
||||
|
@ -199,7 +199,7 @@ gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
|
||||
# gnattools1
|
||||
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
||||
$(TOOLS_FLAGS_TO_PASS_1) \
|
||||
../../gnatmake$(exeext) ../../gnatlink$(exeext) ../../gnatbl$(exeext)
|
||||
../../gnatmake$(exeext) ../../gnatlink$(exeext)
|
||||
# gnattools2
|
||||
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
||||
$(TOOLS_FLAGS_TO_PASS_NATIVE) \
|
||||
@ -242,9 +242,6 @@ gnattools-cross: $(GCC_DIR)/stamp-tools
|
||||
if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \
|
||||
mv $(GCC_DIR)/gnatbind$(exeext) $(GCC_DIR)/gnatbind-cross$(exeext); \
|
||||
fi
|
||||
if [ -f $(GCC_DIR)/gnatbl$(exeext) ] ; then \
|
||||
mv $(GCC_DIR)/gnatbl$(exeext) $(GCC_DIR)/gnatbl-cross$(exeext); \
|
||||
fi
|
||||
if [ -f $(GCC_DIR)/gnatchop$(exeext) ] ; then \
|
||||
mv $(GCC_DIR)/gnatchop$(exeext) $(GCC_DIR)/gnatchop-cross$(exeext); \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user