diff options
author | Paul Brook <paul@codesourcery.com> | 2006-01-18 20:39:17 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2006-01-18 20:39:17 +0000 |
commit | c0354bf4f65ca239a247d155b87c7f02a45c9e6f (patch) | |
tree | 7f14f6ec8b221e445d978ad186f6e55514674db2 /gcc/config.gcc | |
parent | 78e97e7f131525e96245f68ed9f2d7d1a46defc5 (diff) | |
download | gcc-c0354bf4f65ca239a247d155b87c7f02a45c9e6f.zip gcc-c0354bf4f65ca239a247d155b87c7f02a45c9e6f.tar.gz gcc-c0354bf4f65ca239a247d155b87c7f02a45c9e6f.tar.bz2 |
[multiple changes]
2006-01-18 Paul Brook <paul@codesourcery.com>
Merge from csl-arm-branch.
2005-03-14 Julian Brown <julian@codesourcery.com>
* config/arm/lib1funcs.asm (ashldi3): Don't define on SymbianOS.
(aeabi_llsl): Likewise.
(ashrdi3): Likewise.
(aeabi_lasr): Likewise.
(lshrdi3): Likewise.
(aeabi_llsr): Likewise.
2005-03-10 Julian Brown <julian@codesourcery.com>
* config.gcc: Disable shared libgcc for SymbianOS.
* config/arm/t-symbian (LIB2ADDEH): Include config/arm/pr-support.c.
From-SVN: r109911
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6e29abb..076e715 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -714,7 +714,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} t-slibgcc-elf-ver arm/t-symbian" + tmake_file="${tmake_file} arm/t-symbian" ;; esac tm_file="${tm_file} arm/aout.h arm/arm.h" |