Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-04-18 00:48:34 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-04-18 00:48:34 +0400
commite3228f89a4d745afcc0bd6973cb22be46d75cf57 (patch)
tree894a253d1b90bd5ad667cbe4ce624bccc458fbcf /newlib/Makefile.in
parent9c4032e768e84e7d8d299902447b2d56156537de (diff)
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/Makefile.in')
-rw-r--r--newlib/Makefile.in1
1 files changed, 0 insertions, 1 deletions
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@