From 9e1879908dea4ec532889825b4abb7fd8c4442c8 Mon Sep 17 00:00:00 2001 From: Memallox Date: Tue, 21 Aug 2018 18:51:00 +0200 Subject: [PATCH] Add target sh3eb to newlib/configure.host --- newlib/configure.host | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/newlib/configure.host b/newlib/configure.host index bfa51669d..67a26b1d5 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -280,6 +280,9 @@ case "${host_cpu}" in default_newlib_io_long_long="yes" newlib_cflags="${newlib_cflags} -ffunction-sections -fdata-sections " ;; + sh3eb) + machine_dir=sh3eb + ;; sh | sh64) machine_dir=sh ;; @@ -538,6 +541,9 @@ case "${host}" in powerpcle-*-pe) posix_dir=posix ;; + sh3eb*) + sys_dir=sh3eb + ;; sh*-*) sys_dir=sh ;;