diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-27 20:30:15 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-27 20:30:15 +0000 |
commit | ff2bf8523ba2d3db2fca8e9e2f8be1e4752fa57b (patch) | |
tree | 75b2b10f65482bdcbc83eed7e6f61e9bbe7b071a /newlib/configure.host | |
parent | 8da1639b0c63e581d73bfc169ae6158b36958aeb (diff) | |
download | newlib-ff2bf8523ba2d3db2fca8e9e2f8be1e4752fa57b.zip newlib-ff2bf8523ba2d3db2fca8e9e2f8be1e4752fa57b.tar.gz newlib-ff2bf8523ba2d3db2fca8e9e2f8be1e4752fa57b.tar.bz2 |
2002-08-27 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Remove _ELIX_LEVEL flag setting.
* Makefile.am(stmp-targ-include): Copy newlib.h to targ-include.
(install-data-local): Install newlib.h.
* Makefile.in: Regenerated.
* aclocal.m4: Ditto.
* configure: Ditto.
* configure.in: Add AM_CONFIG_HEADER to generate newlib.h based on
newlib.hin. Add AC_DEFINE_UNQUOTED entries for _ELIX_LEVEL
and _NEWLIB_VERSION to fill in newlib.h header file entries.
In AC_OUTPUT statement, unset ac_file so multilib support does
not use last ac_file temporary used in newlib.h configuration.
* libc/include/_ansi.h: Include <newlib.h>.
* newlib.hin: New template file for newlib.h.
* stamp-h.in: New file.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 1e1ac19..b6d2237 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -245,12 +245,6 @@ if [ "${newlib_io_pos_args}" = "yes" ] ; then newlib_cflags="${newlib_cflags} -DWANT_IO_POS_ARGS" fi -# Specify EL/IX level - -if [ "${newlib_elix_level}" != "0" ] ; then - newlib_cflags="${newlib_cflags} -D_ELIX_LEVEL=${newlib_elix_level}" -fi - # Verify if shared newlib support is allowed and set appropriate variables # We don't want to use libtool for platforms that we are not going to # support shared libraries. This is because it adds executable tests which |