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/configure')
-rwxr-xr-xnewlib/libc/sys/linux/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/configure b/newlib/libc/sys/linux/configure
index 17f3f54d0..977c145a8 100755
--- a/newlib/libc/sys/linux/configure
+++ b/newlib/libc/sys/linux/configure
@@ -2369,7 +2369,7 @@ if test -n "${machine_dir}"; then
fi
-subdirs="machine"
+subdirs="machine $EXTRA_DIRS"
trap '' 1 2 15
@@ -2704,7 +2704,7 @@ if test "$no_recursion" != yes; then
esac
done
- for ac_config_dir in machine; do
+ for ac_config_dir in machine $EXTRA_DIRS; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.