diff options
author | Paul Brook <paul@codesourcery.com> | 2004-09-30 20:24:33 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-09-30 20:24:33 +0000 |
commit | 99b2692a099907b6f6c07c12be04bdaf270ccce1 (patch) | |
tree | c544e6b4b744c9cf88ff3602529b8e036c772f60 /gcc/config/arm/t-symbian | |
parent | 3ac7c0f21f602e15f5816b2b290afca91272fa58 (diff) | |
download | gcc-99b2692a099907b6f6c07c12be04bdaf270ccce1.zip gcc-99b2692a099907b6f6c07c12be04bdaf270ccce1.tar.gz gcc-99b2692a099907b6f6c07c12be04bdaf270ccce1.tar.bz2 |
symbian.h (STARTFILE_SPEC): Remove crt*.o.
* config/arm/symbian.h (STARTFILE_SPEC): Remove crt*.o.
(ENDFILE_SPEC): Define.
* config/arm/t-symbian.h (EXTRA_MULTILIB_PARTS): Set.
From-SVN: r88355
Diffstat (limited to 'gcc/config/arm/t-symbian')
-rw-r--r-- | gcc/config/arm/t-symbian | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian index abaf7bd..34a58ce 100644 --- a/gcc/config/arm/t-symbian +++ b/gcc/config/arm/t-symbian @@ -22,3 +22,6 @@ MULTILIB_DIRNAMES = softfp # There is no C library to link against on Symbian OS -- at least when # building GCC. SHLIB_LC = + +# Symbian OS provides its own startup code. +EXTRA_MULTILIB_PARTS= |