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:
Diffstat (limited to 'newlib/libc/machine')
-rw-r--r--newlib/libc/machine/a29k/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/a29k/configure2
-rw-r--r--newlib/libc/machine/aclocal.m42
-rw-r--r--newlib/libc/machine/arm/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/arm/configure2
-rwxr-xr-xnewlib/libc/machine/configure2
-rw-r--r--newlib/libc/machine/d10v/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/d10v/configure2
-rw-r--r--newlib/libc/machine/d30v/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/d30v/configure2
-rw-r--r--newlib/libc/machine/fr30/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/fr30/configure2
-rw-r--r--newlib/libc/machine/h8300/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/h8300/configure2
-rw-r--r--newlib/libc/machine/h8500/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/h8500/configure2
-rw-r--r--newlib/libc/machine/hppa/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/hppa/configure2
-rw-r--r--newlib/libc/machine/i386/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/i386/configure2
-rw-r--r--newlib/libc/machine/i960/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/i960/configure2
-rw-r--r--newlib/libc/machine/m32r/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/m32r/configure2
-rw-r--r--newlib/libc/machine/m68k/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/m68k/configure2
-rw-r--r--newlib/libc/machine/m88k/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/m88k/configure2
-rw-r--r--newlib/libc/machine/mips/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/mips/configure2
-rw-r--r--newlib/libc/machine/mn10200/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/mn10200/configure2
-rw-r--r--newlib/libc/machine/mn10300/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/mn10300/configure2
-rw-r--r--newlib/libc/machine/necv70/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/necv70/configure2
-rw-r--r--newlib/libc/machine/powerpc/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/powerpc/configure2
-rw-r--r--newlib/libc/machine/sh/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/sh/configure2
-rw-r--r--newlib/libc/machine/sparc/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/sparc/configure2
-rw-r--r--newlib/libc/machine/tic80/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/tic80/configure2
-rw-r--r--newlib/libc/machine/v850/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/v850/configure2
-rw-r--r--newlib/libc/machine/w65/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/w65/configure2
-rw-r--r--newlib/libc/machine/z8k/aclocal.m42
-rwxr-xr-xnewlib/libc/machine/z8k/configure2
50 files changed, 50 insertions, 50 deletions
diff --git a/newlib/libc/machine/a29k/aclocal.m4 b/newlib/libc/machine/a29k/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/a29k/aclocal.m4
+++ b/newlib/libc/machine/a29k/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/a29k/configure b/newlib/libc/machine/a29k/configure
index 564788332..222eb5cba 100755
--- a/newlib/libc/machine/a29k/configure
+++ b/newlib/libc/machine/a29k/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/aclocal.m4 b/newlib/libc/machine/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/aclocal.m4
+++ b/newlib/libc/machine/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/arm/aclocal.m4 b/newlib/libc/machine/arm/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/arm/aclocal.m4
+++ b/newlib/libc/machine/arm/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/arm/configure b/newlib/libc/machine/arm/configure
index 564788332..222eb5cba 100755
--- a/newlib/libc/machine/arm/configure
+++ b/newlib/libc/machine/arm/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure
index ce27db26f..9e1216cbb 100755
--- a/newlib/libc/machine/configure
+++ b/newlib/libc/machine/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/d10v/aclocal.m4 b/newlib/libc/machine/d10v/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/d10v/aclocal.m4
+++ b/newlib/libc/machine/d10v/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/d10v/configure b/newlib/libc/machine/d10v/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/d10v/configure
+++ b/newlib/libc/machine/d10v/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/d30v/aclocal.m4 b/newlib/libc/machine/d30v/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/d30v/aclocal.m4
+++ b/newlib/libc/machine/d30v/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/d30v/configure b/newlib/libc/machine/d30v/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/d30v/configure
+++ b/newlib/libc/machine/d30v/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/fr30/aclocal.m4 b/newlib/libc/machine/fr30/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/fr30/aclocal.m4
+++ b/newlib/libc/machine/fr30/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/fr30/configure b/newlib/libc/machine/fr30/configure
index 564788332..222eb5cba 100755
--- a/newlib/libc/machine/fr30/configure
+++ b/newlib/libc/machine/fr30/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/h8300/aclocal.m4 b/newlib/libc/machine/h8300/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/h8300/aclocal.m4
+++ b/newlib/libc/machine/h8300/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/h8300/configure b/newlib/libc/machine/h8300/configure
index 34f5f6b82..f70f3527d 100755
--- a/newlib/libc/machine/h8300/configure
+++ b/newlib/libc/machine/h8300/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/h8500/aclocal.m4 b/newlib/libc/machine/h8500/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/h8500/aclocal.m4
+++ b/newlib/libc/machine/h8500/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/h8500/configure b/newlib/libc/machine/h8500/configure
index d862b2247..cdd2a45fb 100755
--- a/newlib/libc/machine/h8500/configure
+++ b/newlib/libc/machine/h8500/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/hppa/aclocal.m4 b/newlib/libc/machine/hppa/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/hppa/aclocal.m4
+++ b/newlib/libc/machine/hppa/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/hppa/configure b/newlib/libc/machine/hppa/configure
index 5377ef3aa..21833db6f 100755
--- a/newlib/libc/machine/hppa/configure
+++ b/newlib/libc/machine/hppa/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/i386/aclocal.m4 b/newlib/libc/machine/i386/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/i386/aclocal.m4
+++ b/newlib/libc/machine/i386/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/i386/configure b/newlib/libc/machine/i386/configure
index 2c019d928..aac41b261 100755
--- a/newlib/libc/machine/i386/configure
+++ b/newlib/libc/machine/i386/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/i960/aclocal.m4 b/newlib/libc/machine/i960/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/i960/aclocal.m4
+++ b/newlib/libc/machine/i960/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/i960/configure b/newlib/libc/machine/i960/configure
index 159a80606..111a3e1fb 100755
--- a/newlib/libc/machine/i960/configure
+++ b/newlib/libc/machine/i960/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/m32r/aclocal.m4 b/newlib/libc/machine/m32r/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/m32r/aclocal.m4
+++ b/newlib/libc/machine/m32r/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/m32r/configure b/newlib/libc/machine/m32r/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/m32r/configure
+++ b/newlib/libc/machine/m32r/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/m68k/aclocal.m4 b/newlib/libc/machine/m68k/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/m68k/aclocal.m4
+++ b/newlib/libc/machine/m68k/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/m68k/configure b/newlib/libc/machine/m68k/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/m68k/configure
+++ b/newlib/libc/machine/m68k/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/m88k/aclocal.m4 b/newlib/libc/machine/m88k/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/m88k/aclocal.m4
+++ b/newlib/libc/machine/m88k/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/m88k/configure b/newlib/libc/machine/m88k/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/m88k/configure
+++ b/newlib/libc/machine/m88k/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/mips/aclocal.m4 b/newlib/libc/machine/mips/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/mips/aclocal.m4
+++ b/newlib/libc/machine/mips/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/mips/configure b/newlib/libc/machine/mips/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/mips/configure
+++ b/newlib/libc/machine/mips/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/mn10200/aclocal.m4 b/newlib/libc/machine/mn10200/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/mn10200/aclocal.m4
+++ b/newlib/libc/machine/mn10200/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/mn10200/configure b/newlib/libc/machine/mn10200/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/mn10200/configure
+++ b/newlib/libc/machine/mn10200/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/mn10300/aclocal.m4 b/newlib/libc/machine/mn10300/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/mn10300/aclocal.m4
+++ b/newlib/libc/machine/mn10300/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/mn10300/configure b/newlib/libc/machine/mn10300/configure
index 5377ef3aa..21833db6f 100755
--- a/newlib/libc/machine/mn10300/configure
+++ b/newlib/libc/machine/mn10300/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/necv70/aclocal.m4 b/newlib/libc/machine/necv70/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/necv70/aclocal.m4
+++ b/newlib/libc/machine/necv70/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/necv70/configure b/newlib/libc/machine/necv70/configure
index 7f8474fd1..7fdb99691 100755
--- a/newlib/libc/machine/necv70/configure
+++ b/newlib/libc/machine/necv70/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/powerpc/aclocal.m4 b/newlib/libc/machine/powerpc/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/powerpc/aclocal.m4
+++ b/newlib/libc/machine/powerpc/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/powerpc/configure b/newlib/libc/machine/powerpc/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/powerpc/configure
+++ b/newlib/libc/machine/powerpc/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/sh/aclocal.m4 b/newlib/libc/machine/sh/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/sh/aclocal.m4
+++ b/newlib/libc/machine/sh/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/sh/configure b/newlib/libc/machine/sh/configure
index 3b8068ab1..edd1ed320 100755
--- a/newlib/libc/machine/sh/configure
+++ b/newlib/libc/machine/sh/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/sparc/aclocal.m4 b/newlib/libc/machine/sparc/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/sparc/aclocal.m4
+++ b/newlib/libc/machine/sparc/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/sparc/configure b/newlib/libc/machine/sparc/configure
index 8138057ee..e30bdf564 100755
--- a/newlib/libc/machine/sparc/configure
+++ b/newlib/libc/machine/sparc/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/tic80/aclocal.m4 b/newlib/libc/machine/tic80/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/tic80/aclocal.m4
+++ b/newlib/libc/machine/tic80/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/tic80/configure b/newlib/libc/machine/tic80/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/tic80/configure
+++ b/newlib/libc/machine/tic80/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/v850/aclocal.m4 b/newlib/libc/machine/v850/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/v850/aclocal.m4
+++ b/newlib/libc/machine/v850/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/v850/configure b/newlib/libc/machine/v850/configure
index b39571b6a..f822ba88b 100755
--- a/newlib/libc/machine/v850/configure
+++ b/newlib/libc/machine/v850/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/w65/aclocal.m4 b/newlib/libc/machine/w65/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/w65/aclocal.m4
+++ b/newlib/libc/machine/w65/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/w65/configure b/newlib/libc/machine/w65/configure
index d862b2247..cdd2a45fb 100755
--- a/newlib/libc/machine/w65/configure
+++ b/newlib/libc/machine/w65/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/machine/z8k/aclocal.m4 b/newlib/libc/machine/z8k/aclocal.m4
index 70d481020..8d72d867f 100644
--- a/newlib/libc/machine/z8k/aclocal.m4
+++ b/newlib/libc/machine/z8k/aclocal.m4
@@ -65,7 +65,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(newlib, 1.8.1)
+AM_INIT_AUTOMAKE(newlib, 1.8.2)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/machine/z8k/configure b/newlib/libc/machine/z8k/configure
index 610b786b3..a590089ab 100755
--- a/newlib/libc/machine/z8k/configure
+++ b/newlib/libc/machine/z8k/configure
@@ -860,7 +860,7 @@ echo "$ac_t""$host" 1>&6
PACKAGE=newlib
-VERSION=1.8.1
+VERSION=1.8.2
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }