aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorCatherine Moore <clm@cygnus.com>1998-12-07 09:15:34 +0000
committerCatherine Moore <clm@gcc.gnu.org>1998-12-07 04:15:34 -0500
commite6592fffc4ca720e306362c20c595dfe540f4696 (patch)
tree647a3224da3c3ff837edeb41b4a36aebefb53a67 /gcc/configure
parent1a953d0f164569382e9f6704aa0a7f6f2bdc5579 (diff)
downloadgcc-e6592fffc4ca720e306362c20c595dfe540f4696.zip
gcc-e6592fffc4ca720e306362c20c595dfe540f4696.tar.gz
gcc-e6592fffc4ca720e306362c20c595dfe540f4696.tar.bz2
configure.in: (arm*-*-ecos-elf): New target.
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. From-SVN: r24145
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure
index 11d4c82..d2a998c 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