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 'newlib/libc/sys/linux/linuxthreads/machine/configure.in')
-rw-r--r--newlib/libc/sys/linux/linuxthreads/machine/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/linuxthreads/machine/configure.in b/newlib/libc/sys/linux/linuxthreads/machine/configure.in
index b2a205ed7..50efdfc2e 100644
--- a/newlib/libc/sys/linux/linuxthreads/machine/configure.in
+++ b/newlib/libc/sys/linux/linuxthreads/machine/configure.in
@@ -18,7 +18,9 @@ AM_PROG_LIBTOOL
fi
if test -n "${machine_dir}"; then
- AC_CONFIG_SUBDIRS(${machine_dir})
+ case ${machine_dir} in
+ i386) AC_CONFIG_SUBDIRS(i386) ;;
+ esac;
fi
AM_CONDITIONAL(HAVE_MACHINE_DIR, test x${machine_dir} != x)