summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorliqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-16 02:13:06 +0000
committerliqin <liqin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-16 02:13:06 +0000
commitde79ba9f345763849a4fd285bc6c9508e4b209b5 (patch)
tree36ecf1de84b364717f7c04621ad8fbaf05e24bc5 /config.sub
parent22ae655fb35b5428154b87f8e7ce2f4f39ecd041 (diff)
downloadppe42-gcc-de79ba9f345763849a4fd285bc6c9508e4b209b5.tar.gz
ppe42-gcc-de79ba9f345763849a4fd285bc6c9508e4b209b5.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117771 138bc75d-0d04-0410-961f-82ee72b054a4
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
OpenPOWER on IntegriCloud