Commit 3958c9c8 by Samuel Tardieu Committed by Samuel Tardieu

re PR ada/34360 (typo gcc/ada/Makefile.in for GNU/kFreeBSD)

    gcc/ada/
	PR ada/34360
	* Makefile.in: Change two occurrences of mlib-tgt.adb by correct name
	mlib-tgt-specific.adb.

From-SVN: r130896
parent 863d2a57
2007-12-13 Samuel Tardieu <sam@rfc1149.net>
PR ada/34360
* Makefile.in: Change two occurrences of mlib-tgt.adb by correct name
mlib-tgt-specific.adb.
2007-12-13 Bob Duff <duff@adacore.com>
* trans.c (Attribute_to_gnu): Check for violations of the
......@@ -896,7 +896,7 @@ ifeq ($(strip $(filter-out %86 kfreebsd%,$(arch) $(osys))),)
system.ads<system-freebsd-x86.ads
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-gnu.adb
EH_MECHANISM=-gcc
......@@ -1457,7 +1457,7 @@ ifeq ($(strip $(filter-out sh4% linux%,$(arch) $(osys))),)
system.ads<system-linux-sh4.ads
TOOLS_TARGET_PAIRS = \
mlib-tgt.adb<mlib-tgt-linux.adb \
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
indepsw.adb<indepsw-linux.adb
EH_MECHANISM=-gcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment