Add the targets sh3eb, sh4eb to the configure.in files and run autoconf

This commit is contained in:
Memallox 2018-08-21 18:49:30 +02:00
parent d5619f065a
commit 33212d2dd0
4 changed files with 12 additions and 4 deletions

View File

@ -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"
;;

View File

@ -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) ;;

View File

@ -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"
;;

View File

@ -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) ;;