From 7474f719762a83f06c295b5c7bdc27f55b1d089b Mon Sep 17 00:00:00 2001 From: Chen Liqin Date: Fri, 1 Jul 2011 07:51:38 +0000 Subject: config.gcc (score-*-elf): Remove score7.o. 2011-07-01 Chen Liqin * config.gcc (score-*-elf): Remove score7.o. * config/score/t-score-elf: Likewise. * config/score/score.c: Merge score7 to score.c and remove forwarding functions. * config/score/score7.c: Deleted. * config/score/score7.h: Deleted. From-SVN: r175747 --- gcc/config.gcc | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 73c47d7..1c44a8e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2245,7 +2245,6 @@ score-*-elf) tm_file="dbxelf.h elfos.h score/elf.h score/score.h newlib-stdint.h" extra_parts="crti.o crtn.o crtbegin.o crtend.o" tmake_file="${tmake_file} score/t-score-elf score/t-score-softfp soft-fp/t-softfp" - extra_objs="score7.o" ;; sh-*-elf* | sh[12346l]*-*-elf* | \ sh-*-linux* | sh[2346lbe]*-*-linux* | \ -- cgit v1.1