diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index 7039b834ba23f5352f452bcd1535d68d389b067a..a7bd840efb19a7869b83f39a137a6a6cbe512ee8 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 883b705f6cc07cb716c560483cb2cf5ac2254fc5..05183085265c6003274c0eb9a504f7dd031f9be1 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 5edaadfcf5896726c9e935f7c5a91f6d47186741..46658fb3fba1f4a61056c5bc3c6c015dbf1237c1 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" ;;