configure.ac: Set need_64bit_hwint for all arm targets.
* configure.ac: Set need_64bit_hwint for all arm targets. * configure: Regenerated. From-SVN: r201566
This commit is contained in:
parent
abd566fa5b
commit
fd6eea0c63
3 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-08-07 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* configure.ac: Set need_64bit_hwint for all arm targets.
|
||||
* configure: Regenerated.
|
||||
|
||||
2013-07-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR preprocessor/57620
|
||||
|
|
4
libcpp/configure
vendored
4
libcpp/configure
vendored
|
@ -7152,9 +7152,7 @@ fi
|
|||
case $target in
|
||||
aarch64*-*-* | \
|
||||
alpha*-*-* | \
|
||||
arm*-*-*eabi* | \
|
||||
arm*-*-rtems* | \
|
||||
arm*-*-symbianelf* | \
|
||||
arm*-*-* | \
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
hppa*64*-*-* | \
|
||||
|
|
|
@ -184,9 +184,7 @@ m4_changequote(,)
|
|||
case $target in
|
||||
aarch64*-*-* | \
|
||||
alpha*-*-* | \
|
||||
arm*-*-*eabi* | \
|
||||
arm*-*-rtems* | \
|
||||
arm*-*-symbianelf* | \
|
||||
arm*-*-* | \
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
hppa*64*-*-* | \
|
||||
|
|
Loading…
Add table
Reference in a new issue