aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorTrevor Saunders <tsaunders@mozilla.com>2014-10-04 14:53:41 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2014-10-04 14:53:41 +0000
commit3daa7bbf7912030a760199f31a0926a11365a76f (patch)
tree96ae78bbc59bddf37d613b584d9e6baa63d5757f /gcc/config.gcc
parentbf55b4a0ef1bc41c43e9916ed6ac261b142b5cf8 (diff)
downloadgcc-3daa7bbf7912030a760199f31a0926a11365a76f.zip
gcc-3daa7bbf7912030a760199f31a0926a11365a76f.tar.gz
gcc-3daa7bbf7912030a760199f31a0926a11365a76f.tar.bz2
remove score-* support
libgcc/ChangeLog: 2014-10-04 Trevor Saunders <tsaunders@mozilla.com> * config.host: Remove support for score-*. contrib/ChangeLog: 2014-10-04 Trevor Saunders <tsaunders@mozilla.com> * compare-all-tests: Don't test score-*. * config-list.mk: Likewise. gcc/ChangeLog: 2014-10-04 Trevor Saunders <tsaunders@mozilla.com> * common/config/score/score-common.c: Remove. * config.gcc: Remove support for score-*. * config/score/constraints.md: Remove. * config/score/elf.h: Remove. * config/score/predicates.md: Remove. * config/score/score-conv.h: Remove. * config/score/score-generic.md: Remove. * config/score/score-modes.def: Remove. * config/score/score-protos.h: Remove. * config/score/score.c: Remove. * config/score/score.h: Remove. * config/score/score.md: Remove. * config/score/score.opt: Remove. * doc/md.texi: Don't document score-*. From-SVN: r215889
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc12
1 files changed, 2 insertions, 10 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0e50e9a..d8f5593 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -236,7 +236,8 @@ md_file=
# Obsolete configurations.
case ${target} in
- score-* \
+# Currently there are no obsolete targets.
+ nothing \
)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
@@ -432,10 +433,6 @@ powerpc*-*-*)
rs6000*-*-*)
extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
;;
-score*-*-*)
- cpu_type=score
- extra_options="${extra_options} g.opt"
- ;;
sparc*-*-*)
cpu_type=sparc
c_target_objs="sparc-c.o"
@@ -2441,11 +2438,6 @@ s390x-ibm-tpf*)
thread_file='tpf'
extra_options="${extra_options} s390/tpf.opt"
;;
-score-*-elf)
- gas=yes
- gnu_ld=yes
- tm_file="dbxelf.h elfos.h score/elf.h score/score.h newlib-stdint.h"
- ;;
sh-*-elf* | sh[12346l]*-*-elf* | \
sh-*-linux* | sh[2346lbe]*-*-linux* | \
sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \