Add the targets sh3eb, sh4eb to newlib/configure.host

This commit is contained in:
Memallox 2018-08-21 18:51:00 +02:00
parent adc05ff66f
commit 00a813c879
1 changed files with 6 additions and 0 deletions

View File

@ -300,6 +300,9 @@ case "${host_cpu}" in
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -ffunction-sections -fdata-sections "
;;
sh[34]eb)
machine_dir=sh3eb
;;
sh | sh64)
machine_dir=sh
;;
@ -561,6 +564,9 @@ case "${host}" in
powerpcle-*-pe)
posix_dir=posix
;;
sh[34]eb*)
sys_dir=sh3eb
;;
sh*-*)
sys_dir=sh
;;