diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-12-03 17:59:46 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-12-03 17:59:46 +0000 |
commit | 34cf946f15680f2f9b7f8ef5102aae19f35a8799 (patch) | |
tree | d8080b4f846341efbcd91f03bd0e18d12476af00 /gcc/config.gcc | |
parent | eb158727b642d5cf1477f98722e5db69c525d086 (diff) | |
download | gcc-34cf946f15680f2f9b7f8ef5102aae19f35a8799.zip gcc-34cf946f15680f2f9b7f8ef5102aae19f35a8799.tar.gz gcc-34cf946f15680f2f9b7f8ef5102aae19f35a8799.tar.bz2 |
* config.gcc: Mark obsolete targets for GCC 3.4.
From-SVN: r74236
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index fd2fe23..d5a6b66 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -182,7 +182,23 @@ md_file= # Obsolete configurations. case ${target} in - dummy) + d30v-* | \ + dsp16xx-* | \ + i370-* | \ + i960-* | \ + i?86-moss-msdos | i?86-*-moss* | \ + i?86-ncr-sysv4* | \ + i?86-*-netware | \ + i?86-*-freebsd2* | i?86-*-freebsd*aout* | \ + i?86-*-linux*aout* | \ + i?86-*-linux*libc1* | \ + i?86-*-interix | \ + i?86-*-mach* | \ + i?86-*-udk* | \ + i?86-*-sysv[123]* | \ + i386-*-vsta | \ + m68k-hp-hpux* | m68000-hp-hpux* | \ + m68k-*-sysv4*) if test "x$enable_obsolete" != xyes; then echo "*** Configuration ${target} is obsolete." >&2 echo "*** Specify --enable-obsolete to build it anyway." >&2 @@ -1342,6 +1358,13 @@ m68010-*-netbsdelf* | m68k*-*-netbsdelf*) esac ;; m68k*-*-netbsd*) + if test "x$enable_obsolete" != xyes; then + echo "*** Configuration ${target} is obsolete." >&2 + echo "*** Specify --enable-obsolete to build it anyway." >&2 + echo "*** Support will be REMOVED in the next major release of GCC," >&2 + echo "*** unless a maintainer comes forward." >&2 + exit 1 + fi tm_file="m68k/m68k.h netbsd.h netbsd-aout.h m68k/netbsd.h" tmake_file=t-netbsd extra_parts="" @@ -2196,6 +2219,13 @@ vax-*-ultrix*) # VAXen running ultrix use_fixproto=yes ;; vax-*-*) # VAX default entry + if test "x$enable_obsolete" != xyes; then + echo "*** Configuration ${target} is obsolete." >&2 + echo "*** Specify --enable-obsolete to build it anyway." >&2 + echo "*** Support will be REMOVED in the next major release of GCC," >&2 + echo "*** unless a maintainer comes forward." >&2 + exit 1 + fi use_fixproto=yes ;; xscale-*-elf) |