summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorTan Shengguo <shengguo@sunnorth.com.cn>2006-10-16 02:13:06 +0000
committerChen Liqin <liqin@gcc.gnu.org>2006-10-16 02:13:06 +0000
commitcf723ae82fa0cb6915ae689fde46be56e288608f (patch)
tree36ecf1de84b364717f7c04621ad8fbaf05e24bc5 /config.sub
parentc05b443868b215036a8d9ba52a1d2f62b2f25fc1 (diff)
crti.asm: add pic support.
* config/score/crti.asm: add pic support. * config/score/crtn.asm: add pic support. * config/score/score.h: remove builtin_define("__pic__"). * config/score/score.c: add TARGET_RTX_COST macro. * config/score/score.md: PIC support for call/sibcall pattern. * config/score/mul-div.S: add pic support. * config/score/t-score-elf: update MULTILIB_OPTIONS. * ChangeLog: add shengguo as another score maintainer. * config.sub: add score support in it. From-SVN: r117771
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 4d936e23942..5f105723909 100755
--- a/config.sub
+++ b/config.sub
@@ -909,6 +909,10 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
+ score | score-*)
+ basic_machine=score-sunplus
+ os=-elf
+ ;;
sei)
basic_machine=mips-sei
os=-seiux