+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
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"
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.
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
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