From 8a109f5855f29618e9018943f382a63cae1b31ad Mon Sep 17 00:00:00 2001 From: clm Date: Tue, 2 Feb 1999 18:56:07 +0000 Subject: * configure.in (arm-*-oabi): Support. * configure: Regenerate. * config/arm/unknown-elf-oabi.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24979 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/configure.in') diff --git a/gcc/configure.in b/gcc/configure.in index dce5c5c4d6a..d336237e14d 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -728,6 +728,10 @@ changequote([,])dnl tm_file=arm/unknown-elf.h tmake_file=arm/t-arm-elf ;; + arm*-*-oabi) + tm_file=arm/unknown-elf-oabi.h + tmake_file=arm/t-arm-elf + ;; c1-convex-*) # Convex C1 target_cpu_default=1 use_collect2=yes -- cgit v1.2.1