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/configure | |
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/configure')
-rwxr-xr-x | gnattools/configure | 5 |
1 files changed, 0 insertions, 5 deletions
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" ;; |