summaryrefslogtreecommitdiff
path: root/gnattools
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2014-01-27 08:18:29 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-01-27 08:18:29 +0000
commitba3ca09806356ed27fd4fbd9f395c239034df342 (patch)
treed9392a57a493d91b965759b599e046f51f1a82d9 /gnattools
parent3ee2753b72224b8aaa1f42307bbd3c662c08193c (diff)
configure.ac (*-*-lynxos*): Delete.
* configure.ac (*-*-lynxos*): Delete. * configure: Regenerate. From-SVN: r207125
Diffstat (limited to 'gnattools')
-rw-r--r--gnattools/ChangeLog5
-rwxr-xr-xgnattools/configure5
-rw-r--r--gnattools/configure.ac5
3 files changed, 5 insertions, 10 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index 7039b834ba2..a7bd840efb1 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
+
+ * configure.ac (*-*-lynxos*): Delete.
+ * configure: Regenerate.
+
2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
Iain Sandoe <iain@codesourcery.com>
diff --git a/gnattools/configure b/gnattools/configure
index 883b705f6cc..05183085265 100755
--- a/gnattools/configure
+++ b/gnattools/configure
@@ -2049,11 +2049,6 @@ case "${target}" in
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
indepsw.adb<indepsw-gnu.adb"
;;
- *-*-lynxos*)
- TOOLS_TARGET_PAIRS="\
- mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \
- indepsw.adb<indepsw-gnu.adb"
- ;;
*-*-solaris*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb"
;;
diff --git a/gnattools/configure.ac b/gnattools/configure.ac
index 5edaadfcf58..46658fb3fba 100644
--- a/gnattools/configure.ac
+++ b/gnattools/configure.ac
@@ -89,11 +89,6 @@ case "${target}" in
mlib-tgt-specific.adb<mlib-tgt-specific-linux.adb \
indepsw.adb<indepsw-gnu.adb"
;;
- *-*-lynxos*)
- TOOLS_TARGET_PAIRS="\
- mlib-tgt-specific.adb<mlib-tgt-specific-lynxos.adb \
- indepsw.adb<indepsw-gnu.adb"
- ;;
*-*-solaris*)
TOOLS_TARGET_PAIRS="mlib-tgt-specific.adb<mlib-tgt-specific-solaris.adb"
;;