mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 07:39:11 +08:00
Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
gcc/ada/ * Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well. From-SVN: r137108
This commit is contained in:
parent
5cff8550d9
commit
0ee6106531
@ -1,3 +1,7 @@
|
|||||||
|
2008-06-25 Samuel Tardieu <sam@rfc1149.net>
|
||||||
|
|
||||||
|
* Makefile.in: Use mlib-tgt-specific-linux.adb for sh4 as well.
|
||||||
|
|
||||||
2008-06-24 Eric Botcazou <ebotcazou@adacore.com>
|
2008-06-24 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* utils2.c (known_alignment): Derive the alignment from pointed-to
|
* utils2.c (known_alignment): Derive the alignment from pointed-to
|
||||||
|
@ -1538,7 +1538,7 @@ ifeq ($(strip $(filter-out sh4% linux%,$(arch) $(osys))),)
|
|||||||
system.ads<system-linux-sh4.ads
|
system.ads<system-linux-sh4.ads
|
||||||
|
|
||||||
TOOLS_TARGET_PAIRS = \
|
TOOLS_TARGET_PAIRS = \
|
||||||
mlib-tgt-specific.adb<mlib-tgt-linux.adb \
|
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
|
||||||
indepsw.adb<indepsw-linux.adb
|
indepsw.adb<indepsw-linux.adb
|
||||||
|
|
||||||
EXTRA_GNATRTL_TASKING_OBJS=s-linux.o
|
EXTRA_GNATRTL_TASKING_OBJS=s-linux.o
|
||||||
|
Loading…
Reference in New Issue
Block a user