aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-11-21 21:39:17 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-11-21 21:39:17 +0000
commitff3afb56237e605084287f26b435bd5cc846c7e0 (patch)
treeb3ca551fe79c823663c7d6de39a0014c3ff88042 /gcc/config.gcc
parent57c21a4200547316d12580c56bb8e71b0a0a5e38 (diff)
downloadgcc-ff3afb56237e605084287f26b435bd5cc846c7e0.zip
gcc-ff3afb56237e605084287f26b435bd5cc846c7e0.tar.gz
gcc-ff3afb56237e605084287f26b435bd5cc846c7e0.tar.bz2
config.gcc (arm*-*-netbsdelf*): Enable configuration.
* config.gcc (arm*-*-netbsdelf*): Enable configuration. * config/arm/netbsd-elf.h: New file. From-SVN: r59359
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 27bff52..ef7bac4 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -617,7 +617,8 @@ arm*-*-freebsd*|strongarm*-*-freebsd*)
tmake_file="${tmake_file} arm/t-strongarm-elf"
;;
arm*-*-netbsdelf*)
- echo "GCC does not yet support the ${machine} target"; exit 1
+ tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h"
+ tmake_file="${tmake_file} arm/t-netbsd"
;;
arm*-*-netbsd*)
tm_file="arm/aout.h arm/arm.h netbsd.h netbsd-aout.h arm/netbsd.h"