diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-09-14 19:58:49 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-09-14 19:58:49 +0000 |
commit | 0393a68af01f1eb9b2a6753e76b308b4645a2f3c (patch) | |
tree | 2f8a7ff78b0d2d0c70d72e04738fb34b1f150ab6 /gcc/config.gcc | |
parent | 0c0f8409195c21e9852d900f2f14560641e2d7da (diff) | |
download | gcc-0393a68af01f1eb9b2a6753e76b308b4645a2f3c.zip gcc-0393a68af01f1eb9b2a6753e76b308b4645a2f3c.tar.gz gcc-0393a68af01f1eb9b2a6753e76b308b4645a2f3c.tar.bz2 |
* config.gcc: Do not build a shared libgcc for arm-none-eabi.
From-SVN: r87504
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3c5b845..3cc6cdd 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -659,7 +659,7 @@ arm*-*-eabi* | arm*-*-symbianelf* ) need_64bit_hwint=yes default_use_cxa_atexit=yes tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h" - tmake_file="t-slibgcc-elf-ver arm/t-arm arm/t-arm-elf" + tmake_file="arm/t-arm arm/t-arm-elf" case ${target} in arm*-*-eabi*) tmake_file="${tmake_file} arm/t-bpabi" @@ -668,7 +668,7 @@ arm*-*-eabi* | arm*-*-symbianelf* ) tm_file="${tm_file} arm/symbian.h" # We do not include t-bpabi for Symbian OS because the system # provides its own implementation of the BPABI functions. - tmake_file="${tmake_file} arm/t-symbian" + tmake_file="${tmake_file} t-slibgcc-elf-ver arm/t-symbian" ;; esac tm_file="${tm_file} arm/aout.h arm/arm.h" |