diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-27 08:18:29 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-27 08:18:29 +0000 |
commit | 72653fc1557b63e61a3c40176a04f2ed5df5b4f4 (patch) | |
tree | d9392a57a493d91b965759b599e046f51f1a82d9 /gnattools | |
parent | 7c1ccb358999c0ae66757e4d9ba37f6949ab4492 (diff) | |
download | gcc-72653fc1557b63e61a3c40176a04f2ed5df5b4f4.tar.gz |
* configure.ac (*-*-lynxos*): Delete.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207125 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gnattools')
-rw-r--r-- | gnattools/ChangeLog | 5 | ||||
-rwxr-xr-x | gnattools/configure | 5 | ||||
-rw-r--r-- | gnattools/configure.ac | 5 |
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" ;; |