summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-27 19:10:03 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-27 19:10:03 +0000
commit453829c750718dd78ebed49f7a6794fca1068db4 (patch)
treefe375af007683fa18661b1af0f24aa6d508122e0 /gcc/config.gcc
parent511934f96193a88a667c1e269df934721c58a43a (diff)
downloadgcc-453829c750718dd78ebed49f7a6794fca1068db4.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc25
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 17fcbe53dd7..15b34cdf0f7 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