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:
Diffstat (limited to 'libgloss/aarch64/configure.in')
-rw-r--r--libgloss/aarch64/configure.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/libgloss/aarch64/configure.in b/libgloss/aarch64/configure.in
index bd3fbc962..73d11b54d 100644
--- a/libgloss/aarch64/configure.in
+++ b/libgloss/aarch64/configure.in
@@ -49,15 +49,7 @@ AC_SUBST_FILE(host_makefile_frag)
# Configure cpu init plug-ins
if test -d "${srcdir}/cpu-init"; then
subdirs="${subdirs} cpu-init"
- AC_CONFIG_FILES(cpu-init/Makefile,
- . ${libgloss_topdir}/config-ml.in,
- srcdir=${srcdir}
- target=${target}
- with_multisubdir=${with_multisubdir}
- ac_configure_args="${ac_configure_args} --enable-multilib"
- CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
- libgloss_topdir=${libgloss_topdir}
- )
+ AC_CONFIG_SUBDIRS(cpu-init)
AC_SUBST(subdirs)
fi