summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorliqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-10 07:50:29 +0000
committerliqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-10 07:50:29 +0000
commit3dbfe3e4399f75b0faef2f734f4cb2983988c93c (patch)
tree8be96e3f546284421229d84be5c1ea9963e5725c /gcc/config.gcc
parent5d5733c645a7858c5315d72ab6a687dcc098113a (diff)
downloadgcc-3dbfe3e4399f75b0faef2f734f4cb2983988c93c.tar.gz
* Add new port for score.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117597 138bc75d-0d04-0410-961f-82ee72b054a4
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 6068a28f8a8..b6de3e775ae 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* | \