Update the copied configure.ac files and run autoconf

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

View File

@ -827,6 +827,7 @@ or1k
powerpc
rl78
rx
sh3eb
sh
sparc
spu
@ -11490,7 +11491,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11493 "configure"
#line 11494 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11596,7 +11597,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11599 "configure"
#line 11600 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11924,6 +11925,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

@ -800,6 +800,7 @@ or1k
phoenix
rdos
rtems
sh3eb
sh
sparc64
sun4
@ -11462,7 +11463,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11465 "configure"
#line 11466 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11568,7 +11569,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11571 "configure"
#line 11572 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -11840,6 +11841,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) ;;