From fd6eea0c632c641d96f76a8c07d02ecf850d53df Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 7 Aug 2013 13:51:38 +0000 Subject: 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 --- libcpp/ChangeLog | 5 +++++ libcpp/configure | 4 +--- libcpp/configure.ac | 4 +--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index dd107ae..862333e 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2013-08-07 Richard Earnshaw + + * configure.ac: Set need_64bit_hwint for all arm targets. + * configure: Regenerated. + 2013-07-20 Jakub Jelinek PR preprocessor/57620 diff --git a/libcpp/configure b/libcpp/configure index 7158186..60ce2e5 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7152,9 +7152,7 @@ fi case $target in aarch64*-*-* | \ alpha*-*-* | \ - arm*-*-*eabi* | \ - arm*-*-rtems* | \ - arm*-*-symbianelf* | \ + arm*-*-* | \ x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | \ diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 43ac9ba..799301f 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -184,9 +184,7 @@ m4_changequote(,) case $target in aarch64*-*-* | \ alpha*-*-* | \ - arm*-*-*eabi* | \ - arm*-*-rtems* | \ - arm*-*-symbianelf* | \ + arm*-*-* | \ x86_64-*-* | \ ia64-*-* | \ hppa*64*-*-* | \ -- cgit v1.1