From 00a813c87914c32dfb17a6d89aa815b3ccb7526f Mon Sep 17 00:00:00 2001 From: Memallox Date: Tue, 21 Aug 2018 18:51:00 +0200 Subject: [PATCH] Add the targets sh3eb, sh4eb to newlib/configure.host --- newlib/configure.host | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/newlib/configure.host b/newlib/configure.host index 9e809c9a8..9b63afc44 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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 ;;