diff options
author | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-02 18:56:07 +0000 |
---|---|---|
committer | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-02 18:56:07 +0000 |
commit | 8a109f5855f29618e9018943f382a63cae1b31ad (patch) | |
tree | aa57d5f77f5e37296ecc7f18f9a707fe8c9bdf8e /gcc/configure.in | |
parent | db3df667872f533c79e81e9ebe82b0ddd4541311 (diff) | |
download | ppe42-gcc-8a109f5855f29618e9018943f382a63cae1b31ad.tar.gz ppe42-gcc-8a109f5855f29618e9018943f382a63cae1b31ad.zip |
* 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
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |