mirror of git://gcc.gnu.org/git/gcc.git
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>
|
2013-03-06 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR middle-end/56461
|
PR middle-end/56461
|
||||||
|
|
|
||||||
|
|
@ -7153,6 +7153,7 @@ case $target in
|
||||||
aarch64*-*-* | \
|
aarch64*-*-* | \
|
||||||
alpha*-*-* | \
|
alpha*-*-* | \
|
||||||
arm*-*-*eabi* | \
|
arm*-*-*eabi* | \
|
||||||
|
arm*-*-rtems* | \
|
||||||
arm*-*-symbianelf* | \
|
arm*-*-symbianelf* | \
|
||||||
x86_64-*-* | \
|
x86_64-*-* | \
|
||||||
ia64-*-* | \
|
ia64-*-* | \
|
||||||
|
|
|
||||||
|
|
@ -185,6 +185,7 @@ case $target in
|
||||||
aarch64*-*-* | \
|
aarch64*-*-* | \
|
||||||
alpha*-*-* | \
|
alpha*-*-* | \
|
||||||
arm*-*-*eabi* | \
|
arm*-*-*eabi* | \
|
||||||
|
arm*-*-rtems* | \
|
||||||
arm*-*-symbianelf* | \
|
arm*-*-symbianelf* | \
|
||||||
x86_64-*-* | \
|
x86_64-*-* | \
|
||||||
ia64-*-* | \
|
ia64-*-* | \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue