diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-15 09:35:56 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-03-15 09:35:56 +0000 |
commit | e8844fc36936140eb1c9f659a16b401980733b49 (patch) | |
tree | 604287ecd222a7298e95b6799dafc8e1b6467250 /gnattools | |
parent | 5ce2a6ec8443c9fcf3c4f96383246efa8f5b3d6a (diff) | |
download | gcc-e8844fc36936140eb1c9f659a16b401980733b49.tar.gz |
2012-03-15 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 185416 using svnmerge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@185423 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gnattools')
-rw-r--r-- | gnattools/ChangeLog | 5 | ||||
-rwxr-xr-x | gnattools/configure | 6 | ||||
-rw-r--r-- | gnattools/configure.ac | 8 |
3 files changed, 6 insertions, 13 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index e9a7a8be14e..d7333c60b85 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,3 +1,8 @@ +2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * configure.ac (mips-sgi-irix*): Remove. + * configure: Regenerate. + 2011-10-12 Eric Botcazou <ebotcazou@adacore.com> * Makefile.in (LOOSE_WARN): Delete. diff --git a/gnattools/configure b/gnattools/configure index 8667058788f..54a2be6c2db 100755 --- a/gnattools/configure +++ b/gnattools/configure @@ -2063,9 +2063,6 @@ case "${target}" in mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \ indepsw.adb<indepsw-gnu.adb" ;; - mips-sgi-irix*) - TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-irix.adb" - ;; hppa*-hp-hpux10*) # Unlike hpux11 ;; hppa*-hp-hpux11*) @@ -2076,9 +2073,6 @@ case "${target}" in mlib-tgt-specific.adb<mlib-tgt-specific-aix.adb \ indepsw.adb<indepsw-aix.adb" ;; - alpha*-dec-osf*) - TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-tru64.adb" - ;; alpha*-dec-vms* | alpha*-dec-openvms* | alpha*-dec-vms* \ | alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*) TOOLS_TARGET_PAIRS="\ diff --git a/gnattools/configure.ac b/gnattools/configure.ac index 450cb727243..4305e6bd58b 100644 --- a/gnattools/configure.ac +++ b/gnattools/configure.ac @@ -1,5 +1,5 @@ # Configure script for libada. -# Copyright 2003, 2004, 2009 Free Software Foundation, Inc. +# Copyright 2003, 2004, 2009, 2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -103,9 +103,6 @@ case "${target}" in mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \ indepsw.adb<indepsw-gnu.adb" ;; - mips-sgi-irix*) - TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-irix.adb" - ;; hppa*-hp-hpux10*) # Unlike hpux11 ;; hppa*-hp-hpux11*) @@ -116,9 +113,6 @@ case "${target}" in mlib-tgt-specific.adb<mlib-tgt-specific-aix.adb \ indepsw.adb<indepsw-aix.adb" ;; - alpha*-dec-osf*) - TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-tru64.adb" - ;; alpha*-dec-vms* | alpha*-dec-openvms* | alpha*-dec-vms* \ | alpha*-hp-vms* | alpha*-hp-openvms* | alpha*-hp-vms*) TOOLS_TARGET_PAIRS="\ |