diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-07 23:10:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-07 23:10:13 +0000 |
commit | d389acbabf615d25eff5940d75fd43221597b039 (patch) | |
tree | dbe6e2b135b7310b6acbf7205a75174a3c0a534d /newlib/configure | |
parent | dd76747b8e7892a8a17be9149c600561f518399a (diff) | |
download | cygnal-d389acbabf615d25eff5940d75fd43221597b039.tar.gz cygnal-d389acbabf615d25eff5940d75fd43221597b039.tar.bz2 cygnal-d389acbabf615d25eff5940d75fd43221597b039.zip |
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/configure')
-rwxr-xr-x | newlib/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/configure b/newlib/configure index 915901636..c55a6b993 100755 --- a/newlib/configure +++ b/newlib/configure @@ -3066,6 +3066,9 @@ else HAVE_DOC_FALSE= fi +EXTRA_DIRS= + + # These get added in the top-level configure.in, except in the case where # newlib is being built natively. if test -z `echo ${CC} | grep \/libc\/include`; then @@ -3369,6 +3372,7 @@ s%@NEWLIB_HW_FP_TRUE@%$NEWLIB_HW_FP_TRUE%g s%@NEWLIB_HW_FP_FALSE@%$NEWLIB_HW_FP_FALSE%g s%@HAVE_DOC_TRUE@%$HAVE_DOC_TRUE%g s%@HAVE_DOC_FALSE@%$HAVE_DOC_FALSE%g +s%@EXTRA_DIRS@%$EXTRA_DIRS%g s%@CC_FOR_NEWLIB@%$CC_FOR_NEWLIB%g s%@subdirs@%$subdirs%g s%@CRT0@%$CRT0%g |