aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2001-12-13 00:27:30 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2001-12-13 00:27:30 +0000
commit5742588d23cb1e1409c780e71e2b4b2ac8093190 (patch)
tree8f6b73cb9650c96c7ce282f9d9a33c9fd64b9243 /gcc/config.gcc
parente5bd5cb4708e1ef9ddfae138636c309be3e2d929 (diff)
downloadgcc-5742588d23cb1e1409c780e71e2b4b2ac8093190.zip
gcc-5742588d23cb1e1409c780e71e2b4b2ac8093190.tar.gz
gcc-5742588d23cb1e1409c780e71e2b4b2ac8093190.tar.bz2
config.gcc (arm-*-freebsd*): Add target.
2001-12-12 David O'Brien <obrien@FreeBSD.org> * config.gcc (arm-*-freebsd*): Add target. * config/arm/freebsd.h: New file. * config/arm/arm.h (CPP_PREDEFINES): Do not define. (CPP_SPEC): #undef before defining. (CPP_CPU_ARCH_SPEC): Add -Acpu=arm -Amachine=arm. * config/arm/conix-elf.h (CPP_PREDEFINES): Remove -Acpu=arm -Amachine=arm. * config/arm/linux-elf.h: Likewise. * config/arm/netbsd.h: Likewise. * config/arm/riscix.h: Likewise. * config/arm/riscix1-1.h: Likewise. * config/arm/semiaof.h: Likewise. Approved by: Richard Earnshaw <rearnsha@arm.com> (in private email) Message-Id: <200112121046.KAA09097@cam-mail2.cambridge.arm.com> From-SVN: r47957
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 5144c16..0522dde 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -578,6 +578,10 @@ arm-semi-aof | armel-semi-aof)
tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
tmake_file=arm/t-semi
;;
+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*-*-netbsd*)
tm_file="arm/aout.h arm/arm.h netbsd.h arm/netbsd.h"
tmake_file="t-netbsd arm/t-netbsd"