diff options
-rw-r--r-- | gnattools/ChangeLog | 5 | ||||
-rw-r--r-- | gnattools/Makefile.in | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index 34f5ef7..7375dbe 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,3 +1,8 @@ +2008-05-13 Arnaud Charlet <charlet@adacore.com> + + PR ada/31808 + * Makefile.in (gnattools-cross): Do not build vxaddr2line + 2008-04-05 Arnaud Charlet <charlet@adacore.com> * Makefile.in: Remove handling of gnatbl. diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in index eb90a9f..4c50d6e 100644 --- a/gnattools/Makefile.in +++ b/gnattools/Makefile.in @@ -232,11 +232,6 @@ gnattools-cross: $(GCC_DIR)/stamp-tools $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \ $(TOOLS_FLAGS_TO_PASS_CROSS) \ $(GNATTOOLS2_FILES) - # gnattools4 (cross only) - $(MAKE) -C $(GCC_DIR)/ada/tools -f ../Makefile \ - $(TOOLS_FLAGS_TO_PASS_CROSS) \ - top_buildir=../../.. \ - ../../vxaddr2line$(exeext) # Rename cross tools to where the GCC makefile wants them when # installing. FIXME: installation should be done elsewhere. if [ -f $(GCC_DIR)/gnatbind$(exeext) ] ; then \ |