diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-12 22:24:06 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2011-01-12 22:24:06 +0000 |
commit | 0597fe0adc39d0d2c34f70cfc9bd47c35107ebe1 (patch) | |
tree | 85118fffda192e697c848e3a5edd5020fbca90c1 /newlib/configure | |
parent | 7c0be7cbdbc7e7e4e2c4ed845eb77d330da0ba4e (diff) | |
download | cygnal-0597fe0adc39d0d2c34f70cfc9bd47c35107ebe1.tar.gz cygnal-0597fe0adc39d0d2c34f70cfc9bd47c35107ebe1.tar.bz2 cygnal-0597fe0adc39d0d2c34f70cfc9bd47c35107ebe1.zip |
2011-01-12 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Add noinclude variable to allow specification
of header files to remove from installation.
* acinclude.m4: Provide NO_INCLUDE_LIST variable based on
noinclude variable in configure.host.
* configure: Regenerated.
* Makefile.am: Remove all header files in NO_INCLUDE_LIST.
* Makefile.in: Regenerated.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-x | newlib/configure | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/newlib/configure b/newlib/configure index ff8c9bdec..35ffa07eb 100755 --- a/newlib/configure +++ b/newlib/configure @@ -672,6 +672,7 @@ ELIX_LEVEL_1_TRUE ELIX_LEVEL_0_FALSE ELIX_LEVEL_0_TRUE LDFLAGS +NO_INCLUDE_LIST NEWLIB_CFLAGS CCASFLAGS CCAS @@ -3838,6 +3839,9 @@ newlib_cflags="${newlib_cflags} -fno-builtin" NEWLIB_CFLAGS=${newlib_cflags} +NO_INCLUDE_LIST=${noinclude} + + LDFLAGS=${ldflags} @@ -11631,7 +11635,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11634 "configure" +#line 11638 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11737,7 +11741,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11740 "configure" +#line 11744 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |