mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 16:51:13 +08:00
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
This commit is contained in:
parent
9e148d6a0f
commit
4f605349df
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user