diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2005-10-10 01:04:31 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2005-10-10 01:04:31 +0000 |
commit | d399ae674b67725d39ada360cda4cc668a4a6af0 (patch) | |
tree | fd7ed0f1944d6b6180c6a0df54ad756ec0eb963a /gcc/config.gcc | |
parent | 50347226297c2c007b5ce980148250c1fce47685 (diff) | |
download | gcc-d399ae674b67725d39ada360cda4cc668a4a6af0.zip gcc-d399ae674b67725d39ada360cda4cc668a4a6af0.tar.gz gcc-d399ae674b67725d39ada360cda4cc668a4a6af0.tar.bz2 |
config.gcc (arm*-*-linux*): Remove redundant extra_parts and gnu_ld assignments.
* config.gcc (arm*-*-linux*): Remove redundant extra_parts and
gnu_ld assignments.
* config/arm/t-linux-eabi (LIB1ASMFUNCS)
(EXTRA_MULTILIB_PARTS): Define.
* config/arm/linux-elf.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC)
(STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC)
(LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Move to...
* config/arm/uclinux-elf.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC)
(STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC)
(LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): ... here.
From-SVN: r105162
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 4634517..9acca82 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -673,8 +673,6 @@ arm*-*-netbsd*) arm*-*-linux*) # ARM GNU/Linux with ELF tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h" tmake_file="${tmake_file} t-linux arm/t-arm" - extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - gnu_ld=yes case ${target} in arm*-*-linux-gnueabi) tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h" |