config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match by existing arm*-*-netbs...
authorJason Thorpe <thorpej@wasabisystems.com>
Sun, 3 Feb 2002 21:52:34 +0000 (21:52 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Sun, 3 Feb 2002 21:52:34 +0000 (21:52 +0000)
* config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
by existing arm*-*-netbsd* (a.out) target.
(ns32k-*-netbsdelf*): Likewise.
(sparc-*-netbsdelf*): Likewise.
(vax-*-netbsdelf*): Likewise.

From-SVN: r49467

gcc/ChangeLog
gcc/config.gcc

index ca5ae30c9575c80fcb7783218ace283680417a2a..1190b3b39d1f734f9df569ae820f5ddf7df37059 100644 (file)
@@ -1,3 +1,11 @@
+2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
+       by existing arm*-*-netbsd* (a.out) target.
+       (ns32k-*-netbsdelf*): Likewise.
+       (sparc-*-netbsdelf*): Likewise.
+       (vax-*-netbsdelf*): Likewise.
+
 2002-02-03  Danny Smith <dannysmith@users.sourceforge.net>
 
        * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
index f043f790eb336bd61060d30020202eaf79dfca4d..9a9cfd5effa5e12279162db8dac88c3b05038be1 100644 (file)
@@ -629,6 +629,9 @@ arm*-*-freebsd*|strongarm*-*-freebsd*)
        tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h"
        tmake_file="${tmake_file} arm/t-strongarm-elf"
        ;;
+arm*-*-netbsdelf*)
+       echo "GCC does not yet support the ${machine} target"; exit 1
+       ;;
 arm*-*-netbsd*)
        tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"
        tmake_file="t-netbsd arm/t-netbsd"
@@ -2614,6 +2617,9 @@ ns32k-pc532-minix*)
        xm_defines='POSIX HZ=60'
        use_collect2=yes
        ;;
+ns32k-*-netbsdelf*)
+       echo "GCC does not yet support the ${machine} target"; exit 1
+       ;;
 ns32k-*-netbsd*)
        tm_file=ns32k/netbsd.h
        # On NetBSD, the headers are already okay, except for math.h.
@@ -2926,6 +2932,9 @@ sparc-*-aout*)
        tmake_file=sparc/t-sparcbare
        tm_file="sparc/sparc.h aoutos.h sparc/aout.h libgloss.h"
        ;;
+sparc-*-netbsdelf*)
+       echo "GCC does not yet support the ${machine} target"; exit 1
+       ;;
 sparc-*-netbsd*)
        tm_file="${tm_file} sparc/aout.h netbsd.h netbsd-aout.h sparc/netbsd.h"
        tmake_file=t-netbsd
@@ -3240,6 +3249,9 @@ vax-*-sysv*)                      # VAXen running system V
        xm_defines=POSIX
        float_format=vax
        ;;
+vax-*-netbsdelf*)
+       echo "GCC does not yet support the ${machine} target"; exit 1
+       ;;
 vax-*-netbsd*)
        tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
        tmake_file=t-netbsd