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:
authorJeff Johnston <jjohnstn@redhat.com>2002-10-08 03:10:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-10-08 03:10:13 +0400
commitd389acbabf615d25eff5940d75fd43221597b039 (patch)
treedbe6e2b135b7310b6acbf7205a75174a3c0a534d /newlib/libc/sys/linux/configure
parentdd76747b8e7892a8a17be9149c600561f518399a (diff)
2002-10-07 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am: Add EXTRA_DIRS to allow future dependencies on the build library. * configure.in: Ditto. * Makefile.in: Regenerated. * configure: Ditto. * libc/sys/linux/Makefile.am: Add EXTRA_SUBDIRS and EXTRA_SUBLIBS for specifying configured libraries/directories. * libc/sys/linux/configure.in: Ditto. * libc/sys/linux/Makefile.in: Regenerated. * libc/sys/linux/configure: Ditto.
Diffstat (limited to 'newlib/libc/sys/linux/configure')
-rwxr-xr-xnewlib/libc/sys/linux/configure10
1 files changed, 8 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/configure b/newlib/libc/sys/linux/configure
index 5a8a2c5ed..363c3dff3 100755
--- a/newlib/libc/sys/linux/configure
+++ b/newlib/libc/sys/linux/configure
@@ -3017,8 +3017,12 @@ if test -n "${machine_dir}"; then
fi
+EXTRA_SUBDIRS=
+EXTRA_SUBLIBS=
-subdirs="machine $EXTRA_DIRS"
+
+
+subdirs="machine $EXTRA_CONFIG_DIRS"
trap '' 1 2 15
@@ -3227,6 +3231,8 @@ s%@OBJDUMP@%$OBJDUMP%g
s%@LIBTOOL@%$LIBTOOL%g
s%@AWK@%$AWK%g
s%@LINUX_MACH_LIB@%$LINUX_MACH_LIB%g
+s%@EXTRA_SUBDIRS@%$EXTRA_SUBDIRS%g
+s%@EXTRA_SUBLIBS@%$EXTRA_SUBLIBS%g
s%@subdirs@%$subdirs%g
CEOF
@@ -3365,7 +3371,7 @@ if test "$no_recursion" != yes; then
esac
done
- for ac_config_dir in machine $EXTRA_DIRS; do
+ for ac_config_dir in machine $EXTRA_CONFIG_DIRS; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.