mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 05:44:02 +08:00
re PR target/56771 (Integer Overflow? Building arm-rtems libgcc2)
2013-04-03 Sebastian Huber <sebastian.huber@embedded-brains.de> PR target/56771 * configure.ac: Require 64-bit int for arm*-*-rtems*. * configure: Regenerate. From-SVN: r197417
This commit is contained in:
parent
169a7e85f0
commit
994a4cc03d
@ -1,3 +1,9 @@
|
||||
2013-04-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
PR target/56771
|
||||
* configure.ac: Require 64-bit int for arm*-*-rtems*.
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-03-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/56461
|
||||
|
1
libcpp/configure
vendored
1
libcpp/configure
vendored
@ -7153,6 +7153,7 @@ case $target in
|
||||
aarch64*-*-* | \
|
||||
alpha*-*-* | \
|
||||
arm*-*-*eabi* | \
|
||||
arm*-*-rtems* | \
|
||||
arm*-*-symbianelf* | \
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
|
@ -185,6 +185,7 @@ case $target in
|
||||
aarch64*-*-* | \
|
||||
alpha*-*-* | \
|
||||
arm*-*-*eabi* | \
|
||||
arm*-*-rtems* | \
|
||||
arm*-*-symbianelf* | \
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
|
Loading…
Reference in New Issue
Block a user