diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2008-06-25 12:55:54 +0000 |
---|---|---|
committer | Samuel Tardieu <sam@gcc.gnu.org> | 2008-06-25 12:55:54 +0000 |
commit | 0ee6106531e53069f50e2dd9cacd4ae7f9fbe657 (patch) | |
tree | 71668ac0c758cab414cf7d1203ab7b8ea6ded4e5 /gcc | |
parent | 5cff8550d91930baa899be3ce65b9b52bf71bd8d (diff) | |
download | gcc-0ee6106531e53069f50e2dd9cacd4ae7f9fbe657.zip gcc-0ee6106531e53069f50e2dd9cacd4ae7f9fbe657.tar.gz gcc-0ee6106531e53069f50e2dd9cacd4ae7f9fbe657.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index be34816..84f76fd 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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> * utils2.c (known_alignment): Derive the alignment from pointed-to diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 9ffc02e..2407512 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -1538,7 +1538,7 @@ ifeq ($(strip $(filter-out sh4% linux%,$(arch) $(osys))),) system.ads<system-linux-sh4.ads 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 EXTRA_GNATRTL_TASKING_OBJS=s-linux.o |