diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-08-03 17:38:09 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-08-03 17:38:09 +0000 |
commit | 336bd6ac1671ccfbaf046f63f96c900c4ce3813c (patch) | |
tree | 6334b05c9837cc58eee2d7845be6747b41f4f35b /gcc/config.gcc | |
parent | 3fc1f660b24821265d59d21afd1c21c8ed9bdc50 (diff) | |
download | gcc-336bd6ac1671ccfbaf046f63f96c900c4ce3813c.zip gcc-336bd6ac1671ccfbaf046f63f96c900c4ce3813c.tar.gz gcc-336bd6ac1671ccfbaf046f63f96c900c4ce3813c.tar.bz2 |
config.gcc (arm*-*-symbianelf*): New target.
* config.gcc (arm*-*-symbianelf*): New target.
* config/arm/symbian.h: New file.
From-SVN: r85490
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6df545c..472f713 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -652,6 +652,10 @@ arm*-*-ecos-elf) tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h" tmake_file="arm/t-arm arm/t-arm-elf" ;; +arm*-*-symbianelf*) + tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/symbian.h arm/aout.h arm/arm.h" + tmake_file="t-slibgcc-elf-ver arm/t-arm arm/t-arm-elf" + ;; arm*-*-rtems*) tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/rtems-elf.h rtems.h" tmake_file="arm/t-arm arm/t-arm-elf t-rtems" |