From fd6eea0c632c641d96f76a8c07d02ecf850d53df Mon Sep 17 00:00:00 2001
From: Richard Earnshaw <rearnsha@arm.com>
Date: Wed, 7 Aug 2013 13:51:38 +0000
Subject: [PATCH] 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(-)

diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index dd107aec0890..862333e14226 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -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
diff --git a/libcpp/configure b/libcpp/configure
index 715818697b84..60ce2e569dd8 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 43ac9bade1bf..799301f07220 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*-*-* | \
-- 
GitLab