summaryrefslogtreecommitdiff
path: root/gnattools
diff options
context:
space:
mode:
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog5
-rwxr-xr-xgnattools/configure3
-rw-r--r--gnattools/configure.ac3
3 files changed, 5 insertions, 6 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 bb648163ece..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*)
diff --git a/gnattools/configure.ac b/gnattools/configure.ac
index 443528e5b8e..4305e6bd58b 100644
--- a/gnattools/configure.ac
+++ b/gnattools/configure.ac
@@ -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*)