Add support for Score target.

This commit is contained in:
Nick Clifton
2006-09-16 23:51:50 +00:00
parent 0112cd268b
commit 1c0d3aa6ae
54 changed files with 13014 additions and 55 deletions

View File

@ -445,6 +445,7 @@ s390-*-linux*) targ_emul=elf_s390
tdir_elf64_s390=`echo ${targ_alias} | sed -e 's/s390/s390x/'`
fi
;;
score-*-elf) targ_emul=scoreelf ;;
sh-*-linux*) targ_emul=shlelf_linux
targ_extra_emuls=shelf_linux
targ_extra_libpath=shelf_linux ;;