]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (strongarm*-*, [...]): Mark obsolete.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 27 Jan 2008 19:10:03 +0000 (19:10 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 27 Jan 2008 19:10:03 +0000 (19:10 +0000)
* config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
*-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
*-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
vax-*-bsd*, vax-*-ultrix*): Mark obsolete.

From-SVN: r131889

gcc/ChangeLog
gcc/config.gcc

index ae443aacc324ef87b4370b432a69a71f9eab5d8c..85b5cdb98b7d52e30df13513ea11d2eac431c501 100644 (file)
@@ -1,3 +1,14 @@
+2008-01-27  Joseph Myers  <joseph@codesourcery.com>
+
+       * config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
+       m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
+       *-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
+       *-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
+       hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
+       i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
+       i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
+       vax-*-bsd*, vax-*-ultrix*): Mark obsolete.
+
 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
 
        * basic-block.h (condjump_equiv_p): Fix comment.
index 17fcbe53dd7cb6740750125ce3756cea72d4dc0b..15b34cdf0f7e87f9256680f03c284b2c9ded36d9 100644 (file)
@@ -197,6 +197,31 @@ md_file=
 case ${target} in
    crx-*               \
  | mt-*                        \
+ | strongarm*-*                \
+ | ep9312*-*           \
+ | xscale*-*           \
+ | parisc*-*           \
+ | m680[012]0-*                \
+ | *-*-beos*           \
+ | *-*-kaos*           \
+ | *-*-linux*aout*     \
+ | *-*-linux*libc1*    \
+ | *-*-solaris2.[0-6]  \
+ | *-*-solaris2.[0-6].*        \
+ | *-*-sysv*           \
+ | *-*-windiss*                \
+ | alpha*-*-unicosmk*  \
+ | cris-*-aout         \
+ | hppa1.1-*-pro*      \
+ | hppa1.1-*-osf*      \
+ | hppa1.1-*-bsd*      \
+ | i[34567]86-sequent-ptx4*    \
+ | i[34567]86-*-nto-qnx*       \
+ | i[34567]86-*-sco3.2v5*      \
+ | i[34567]86-*-uwin*  \
+ | powerpc-*-chorusos* \
+ | vax-*-bsd*          \
+ | vax-*-ultrix*       \
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2