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/libm/machine/configure.in')
-rw-r--r--newlib/libm/machine/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/newlib/libm/machine/configure.in b/newlib/libm/machine/configure.in
index ee3749ddb..0ea040000 100644
--- a/newlib/libm/machine/configure.in
+++ b/newlib/libm/machine/configure.in
@@ -22,7 +22,9 @@ fi
machlib=
if test -n "${libm_machine_dir}"; then
- AC_CONFIG_SUBDIRS(${libm_machine_dir})
+ case ${libm_machine_dir} in
+ i386) AC_CONFIG_SUBDIRS(i386) ;;
+ esac;
if test "${use_libtool}" = "yes"; then
machlib=${libm_machine_dir}/lib${libm_machine_dir}.${aext}
else