mirror of git://gcc.gnu.org/git/gcc.git
* 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>
|
2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
|
||||||
|
|
||||||
PR ada/34284
|
PR ada/34284
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@ gnattools-native: $(GCC_DIR)/stamp-tools $(GCC_DIR)/stamp-gnatlib
|
||||||
# gnattools1
|
# gnattools1
|
||||||
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
||||||
$(TOOLS_FLAGS_TO_PASS_1) \
|
$(TOOLS_FLAGS_TO_PASS_1) \
|
||||||
../../gnatmake$(exeext) ../../gnatlink$(exeext) ../../gnatbl$(exeext)
|
../../gnatmake$(exeext) ../../gnatlink$(exeext)
|
||||||
# gnattools2
|
# gnattools2
|
||||||
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
$(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \
|
||||||
$(TOOLS_FLAGS_TO_PASS_NATIVE) \
|
$(TOOLS_FLAGS_TO_PASS_NATIVE) \
|
||||||
|
|
@ -242,9 +242,6 @@ gnattools-cross: $(GCC_DIR)/stamp-tools
|
||||||
if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \
|
if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \
|
||||||
mv $(GCC_DIR)/gnatbind$(exeext) $(GCC_DIR)/gnatbind-cross$(exeext); \
|
mv $(GCC_DIR)/gnatbind$(exeext) $(GCC_DIR)/gnatbind-cross$(exeext); \
|
||||||
fi
|
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 \
|
if [ -f $(GCC_DIR)/gnatchop$(exeext) ] ; then \
|
||||||
mv $(GCC_DIR)/gnatchop$(exeext) $(GCC_DIR)/gnatchop-cross$(exeext); \
|
mv $(GCC_DIR)/gnatchop$(exeext) $(GCC_DIR)/gnatchop-cross$(exeext); \
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue