aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorChen Liqin <liqin@sunnorth.com.cn>2006-10-10 07:50:29 +0000
committerChen Liqin <liqin@gcc.gnu.org>2006-10-10 07:50:29 +0000
commitbdcee4712ec20209d14aeb2d0487de41be1ad424 (patch)
tree8be96e3f546284421229d84be5c1ea9963e5725c /gcc/config.gcc
parent07d83dadc40ee22afce7b969f025684d2ad3d6de (diff)
downloadgcc-bdcee4712ec20209d14aeb2d0487de41be1ad424.zip
gcc-bdcee4712ec20209d14aeb2d0487de41be1ad424.tar.gz
gcc-bdcee4712ec20209d14aeb2d0487de41be1ad424.tar.bz2
* Add new port for score.
From-SVN: r117597
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 6068a28..b6de3e7 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -309,6 +309,9 @@ powerpc*-*-*)
rs6000*-*-*)
need_64bit_hwint=yes
;;
+score*-*-*)
+ cpu_type=score
+ ;;
sparc64*-*-*)
cpu_type=sparc
need_64bit_hwint=yes
@@ -1932,6 +1935,11 @@ s390x-ibm-tpf*)
thread_file='tpf'
extra_options="${extra_options} s390/tpf.opt"
;;
+score-*-elf)
+ tm_file="dbxelf.h elfos.h score/elf.h score/score.h"
+ tmake_file=score/t-score-elf
+ extra_objs="score-mdaux.o"
+ ;;
sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | \
sh-*-linux* | sh[346lbe]*-*-linux* | \