Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-31 04:53:04 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-28 03:14:57 +0300
commitdcbff9eea71d06454e7d55d6b7e72672c0987d6d (patch)
treeb70da12529996a30e499e346ba9ec7539b187f51 /newlib/configure.ac
parent996a85ba4c26789284339a4eaaa73dd532e613f2 (diff)
newlib: merge iconvdata into top-level Makefile
Avoid a recursive make with this tiny subdir to speed things up a bit.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 93dde7feb..13f318922 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -348,14 +348,14 @@ AM_CONDITIONAL(HAVE_DOC, test x$have_multisubdir = xno)
# subdirectory withing the build directory.
AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
-EXTRA_DIRS=
+HAVE_ICONVDATA=false
case $host in
i[[34567]]86-pc-linux-*)
AC_CONFIG_SUBDIRS(iconvdata)
- EXTRA_DIRS=iconvdata
+ HAVE_ICONVDATA=true
;;
esac
-AC_SUBST(EXTRA_DIRS)
+AM_CONDITIONAL([HAVE_ICONVDATA], $HAVE_ICONVDATA)
CRT0=
CRT0_DIR=