From: Sebastian Huber Date: Wed, 3 Apr 2013 15:43:55 +0000 (+0000) Subject: re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2) X-Git-Tag: releases/gcc-4.7.3~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb9d15207937b0113a608bafa362cbc3a57a981;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: r197428 --- diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 99ff785b24e5..df014bc3d0e5 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,7 +1,7 @@ 2013-04-03 Sebastian Huber PR target/56771 - * configure.ac: Require 64-bit int for arm*-*-rtems*. + * configure.ac: Require 64-bit int for arm*-*-rtems[.0-9]*. * configure: Regenerate. 2012-09-20 Release Manager diff --git a/libcpp/configure b/libcpp/configure index 04a7b3d4e064..1e351faac3c6 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7370,7 +7370,7 @@ fi case $target in alpha*-*-* | \ arm*-*-*eabi* | \ - arm*-*-rtems* | \ + arm*-*-rtems[.0-9]* | \ arm*-*-symbianelf* | \ x86_64-*-* | \ ia64-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index c84a3d2aa7f5..6d525ec2421f 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -150,7 +150,7 @@ m4_changequote(,) case $target in alpha*-*-* | \ arm*-*-*eabi* | \ - arm*-*-rtems* | \ + arm*-*-rtems[.0-9]* | \ arm*-*-symbianelf* | \ x86_64-*-* | \ ia64-*-* | \