From: Sebastian Huber Date: Wed, 3 Apr 2013 15:45:53 +0000 (+0000) Subject: re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2) X-Git-Tag: releases/gcc-4.6.4~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb3f9b9900c89f2d48a8535f2bd35263c7c0e0b;p=thirdparty%2Fgcc.git re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2) 2013-04-03 Sebastian Huber PR target/56771 * configure.ac: Require 64-bit int for arm*-*-rtems[.0-9]*. * configure: Regenerate. From-SVN: r197429 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index be3ff7cc2da9..545a7a196372 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2013-04-03 Sebastian Huber + + PR target/56771 + * configure.ac: Require 64-bit int for arm*-*-rtems[.0-9]*. + * configure: Regenerate. + 2012-03-01 Release Manager * GCC 4.6.3 released. diff --git a/libcpp/configure b/libcpp/configure index 41677ce1f3c4..aa3663022101 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7090,6 +7090,7 @@ fi case $target in alpha*-*-* | \ arm*-*-*eabi* | \ + arm*-*-rtems[.0-9]* | \ arm*-*-symbianelf* | \ x86_64-*-* | \ ia64-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 1c67eaf641cd..7fe89f8d16e2 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -140,6 +140,7 @@ m4_changequote(,) case $target in alpha*-*-* | \ arm*-*-*eabi* | \ + arm*-*-rtems[.0-9]* | \ arm*-*-symbianelf* | \ x86_64-*-* | \ ia64-*-* | \