From: Joseph Myers Date: Sun, 27 Jan 2008 19:10:03 +0000 (+0000) Subject: config.gcc (strongarm*-*, [...]): Mark obsolete. X-Git-Tag: releases/gcc-4.3.0~367 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f605349df09fd1c66c6ace842c4dc94afd12f4e;p=thirdparty%2Fgcc.git config.gcc (strongarm*-*, [...]): Mark obsolete. * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae443aacc324..85b5cdb98b7d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2008-01-27 Joseph Myers + + * 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 * basic-block.h (condjump_equiv_p): Fix comment. diff --git a/gcc/config.gcc b/gcc/config.gcc index 17fcbe53dd7c..15b34cdf0f7e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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