diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-17 20:48:34 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-04-17 20:48:34 +0000 |
commit | e3228f89a4d745afcc0bd6973cb22be46d75cf57 (patch) | |
tree | 894a253d1b90bd5ad667cbe4ce624bccc458fbcf /newlib | |
parent | 9c4032e768e84e7d8d299902447b2d56156537de (diff) | |
download | cygnal-e3228f89a4d745afcc0bd6973cb22be46d75cf57.tar.gz cygnal-e3228f89a4d745afcc0bd6973cb22be46d75cf57.tar.bz2 cygnal-e3228f89a4d745afcc0bd6973cb22be46d75cf57.zip |
2009-04-17 Jeff johnston <jjohnstn@redhat.com>
* configure.in: Remove _HAVE_ARRAY_ALIASING check.
* configure: Regenerated.
* Makefile.in: Regenerated.
* newlib.hin: Remove _HAVE_ARRAY_ALIASING flag.
* libc/ctype/ctype_.c: Do not check for _HAVE_ARRAY_ALIASING.
* libm/configure.in: Change AC_TRY_COMPILE to AC_TRY_COMMAND to
avoid executable test.
* libm/configure: Regenerated.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 1 | ||||
-rw-r--r-- | newlib/Makefile.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 33e970557..b27827c5c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -2,6 +2,7 @@ * configure.in: Remove _HAVE_ARRAY_ALIASING check. * configure: Regenerated. + * Makefile.in: Regenerated. * newlib.hin: Remove _HAVE_ARRAY_ALIASING flag. * libc/ctype/ctype_.c: Do not check for _HAVE_ARRAY_ALIASING. * libm/configure.in: Change AC_TRY_COMPILE to AC_TRY_COMMAND to diff --git a/newlib/Makefile.in b/newlib/Makefile.in index 02e181036..f2a37cd01 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -261,7 +261,6 @@ host_vendor = @host_vendor@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libc_cv_array_aliasing = @libc_cv_array_aliasing@ libc_cv_initfinit_array = @libc_cv_initfinit_array@ libdir = @libdir@ libexecdir = @libexecdir@ |