newlib: delete unused iconvdata subdir config
Since commit dcbff9eea7
("newlib: merge
iconvdata into top-level Makefile"), there is no configure script in
the iconvdata/ subdir, so this call will just issue a warning and not
do anything useful. Punt it.
This commit is contained in:
parent
544637b21b
commit
38755463e5
|
@ -871,8 +871,7 @@ LIBS
|
||||||
CPPFLAGS
|
CPPFLAGS
|
||||||
CPP'
|
CPP'
|
||||||
ac_subdirs_all='libc
|
ac_subdirs_all='libc
|
||||||
libm
|
libm'
|
||||||
iconvdata'
|
|
||||||
|
|
||||||
# Initialize some variables set by options.
|
# Initialize some variables set by options.
|
||||||
ac_init_help=
|
ac_init_help=
|
||||||
|
@ -12009,7 +12008,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 12012 "configure"
|
#line 12011 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -12115,7 +12114,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 12118 "configure"
|
#line 12117 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -12427,8 +12426,6 @@ fi
|
||||||
HAVE_ICONVDATA=false
|
HAVE_ICONVDATA=false
|
||||||
case $host in
|
case $host in
|
||||||
i[34567]86-pc-linux-*)
|
i[34567]86-pc-linux-*)
|
||||||
subdirs="$subdirs iconvdata"
|
|
||||||
|
|
||||||
HAVE_ICONVDATA=true
|
HAVE_ICONVDATA=true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -350,7 +350,6 @@ AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
|
||||||
HAVE_ICONVDATA=false
|
HAVE_ICONVDATA=false
|
||||||
case $host in
|
case $host in
|
||||||
i[[34567]]86-pc-linux-*)
|
i[[34567]]86-pc-linux-*)
|
||||||
AC_CONFIG_SUBDIRS(iconvdata)
|
|
||||||
HAVE_ICONVDATA=true
|
HAVE_ICONVDATA=true
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue