diff options
author | Chen Liqin <liqin.gcc@gmail.com> | 2011-07-01 07:51:38 +0000 |
---|---|---|
committer | Chen Liqin <liqin@gcc.gnu.org> | 2011-07-01 07:51:38 +0000 |
commit | 7474f719762a83f06c295b5c7bdc27f55b1d089b (patch) | |
tree | f4a7a0f6d75fc60389d4f90a65c22d12be5effca /gcc/config.gcc | |
parent | ab70d825c6eda82882708757b89f80b8f2f1d2f6 (diff) | |
download | gcc-7474f719762a83f06c295b5c7bdc27f55b1d089b.zip gcc-7474f719762a83f06c295b5c7bdc27f55b1d089b.tar.gz gcc-7474f719762a83f06c295b5c7bdc27f55b1d089b.tar.bz2 |
config.gcc (score-*-elf): Remove score7.o.
2011-07-01 Chen Liqin <liqin.gcc@gmail.com>
* 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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 0 insertions, 1 deletions
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* | \ |