From 33212d2dd0468860ec6d11b8854d08161901e61f Mon Sep 17 00:00:00 2001 From: Memallox Date: Tue, 21 Aug 2018 18:49:30 +0200 Subject: [PATCH] Add the targets sh3eb, sh4eb to the configure.in files and run autoconf --- newlib/libc/machine/configure | 7 +++++-- newlib/libc/machine/configure.in | 1 + newlib/libc/sys/configure | 7 +++++-- newlib/libc/sys/configure.in | 1 + 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure index be295f6fd..a4f713f5c 100755 --- a/newlib/libc/machine/configure +++ b/newlib/libc/machine/configure @@ -828,6 +828,7 @@ or1k powerpc rl78 rx +sh3eb sh sparc spu @@ -11502,7 +11503,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11505 "configure" +#line 11506 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11608,7 +11609,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11611 "configure" +#line 11612 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11936,6 +11937,8 @@ subdirs="$subdirs a29k" rl78) subdirs="$subdirs rl78" ;; rx) subdirs="$subdirs rx" + ;; + sh3eb) subdirs="$subdirs sh3eb" ;; sh) subdirs="$subdirs sh" ;; diff --git a/newlib/libc/machine/configure.in b/newlib/libc/machine/configure.in index 8ebe68bdb..0dd22d1d0 100644 --- a/newlib/libc/machine/configure.in +++ b/newlib/libc/machine/configure.in @@ -66,6 +66,7 @@ if test -n "${machine_dir}"; then powerpc) AC_CONFIG_SUBDIRS(powerpc) ;; rl78) AC_CONFIG_SUBDIRS(rl78) ;; rx) AC_CONFIG_SUBDIRS(rx) ;; + sh3eb) AC_CONFIG_SUBDIRS(sh3eb) ;; sh) AC_CONFIG_SUBDIRS(sh) ;; sparc) AC_CONFIG_SUBDIRS(sparc) ;; spu) AC_CONFIG_SUBDIRS(spu) ;; diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure index 209e79dbd..66fcada34 100755 --- a/newlib/libc/sys/configure +++ b/newlib/libc/sys/configure @@ -801,6 +801,7 @@ or1k phoenix rdos rtems +sh3eb sh sparc64 sun4 @@ -11474,7 +11475,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11477 "configure" +#line 11478 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11580,7 +11581,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11583 "configure" +#line 11584 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11852,6 +11853,8 @@ subdirs="$subdirs a29khif" rdos) subdirs="$subdirs rdos" ;; rtems) subdirs="$subdirs rtems" + ;; + sh3eb) subdirs="$subdirs sh3eb" ;; sh) subdirs="$subdirs sh" ;; diff --git a/newlib/libc/sys/configure.in b/newlib/libc/sys/configure.in index bc6cb881c..2292098c8 100644 --- a/newlib/libc/sys/configure.in +++ b/newlib/libc/sys/configure.in @@ -37,6 +37,7 @@ if test -n "${sys_dir}"; then phoenix) AC_CONFIG_SUBDIRS(phoenix) ;; rdos) AC_CONFIG_SUBDIRS(rdos) ;; rtems) AC_CONFIG_SUBDIRS(rtems) ;; + sh3eb) AC_CONFIG_SUBDIRS(sh3eb) ;; sh) AC_CONFIG_SUBDIRS(sh) ;; sparc64) AC_CONFIG_SUBDIRS(sparc64) ;; sun4) AC_CONFIG_SUBDIRS(sun4) ;;