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.
This commit is contained in:
parent
9c4032e768
commit
e3228f89a4
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue