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:
-rw-r--r--newlib/ChangeLog1
-rw-r--r--newlib/Makefile.in1
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@