diff options
author | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-07 09:15:34 +0000 |
---|---|---|
committer | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-07 09:15:34 +0000 |
commit | a8e7237a85ccfeef6c9c3ccece0024e5b34d3c05 (patch) | |
tree | 647a3224da3c3ff837edeb41b4a36aebefb53a67 /gcc/configure | |
parent | 15494e01324dc83a573904fbaab5870b5b27da97 (diff) | |
download | gcc-a8e7237a85ccfeef6c9c3ccece0024e5b34d3c05.tar.gz |
Mon Dec 7 09:58:26 1998 Catherine Moore <clm@cygnus.com>
* configure.in: (arm*-*-ecos-elf): New target.
* configure: Regenerated.
* config/arm/elf.h (ASM_WEAKEN_LABEL): Define.
* config/arm/ecos-elf.h: New file.
* config/arm/unknown-elf.h (TARGET_VERSION): Check
for redefinition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 11d4c820404..d2a998cf01f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3001,6 +3001,10 @@ for machine in $build $host $target; do tm_file=arm/aout.h tmake_file=arm/t-bare ;; + arm*-*-ecos-elf) + tm_file=arm/ecos-elf.h + tmake_file=arm/t-elf + ;; arm*-*-elf) tm_file=arm/unknown-elf.h tmake_file=arm/t-arm-elf |