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
This commit is contained in:
parent
863d2a5760
commit
3958c9c882
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user