From f543058db940ba94e86118d5ee395bd870c54ff2 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 7 May 2014 10:24:38 +0000 Subject: configure.ac: Always set need_64bit_hwint to yes. 2014-05-07 Richard Biener libcpp/ * configure.ac: Always set need_64bit_hwint to yes. * configure: Regenerated. * config.gcc: Always set need_64bit_hwint to yes. From-SVN: r210149 --- libcpp/ChangeLog | 5 +++++ libcpp/configure | 2 +- libcpp/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ce41763..20171bc 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2014-05-07 Richard Biener + + * configure.ac: Always set need_64bit_hwint to yes. + * configure: Regenerated. + 2014-04-22 Rainer Orth * lex.c: Remove Solaris 9 reference. diff --git a/libcpp/configure b/libcpp/configure index b421e48..a9472f3 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7171,7 +7171,7 @@ case $target in tilegx*-*-* | tilepro*-*-* ) need_64bit_hwint=yes ;; *) - need_64bit_hwint=no ;; + need_64bit_hwint=yes ;; esac case $need_64bit_hwint:$ac_cv_sizeof_long in diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 8515abf..f2bca1f 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -200,7 +200,7 @@ case $target in tilegx*-*-* | tilepro*-*-* ) need_64bit_hwint=yes ;; *) - need_64bit_hwint=no ;; + need_64bit_hwint=yes ;; esac case $need_64bit_hwint:$ac_cv_sizeof_long in -- cgit v1.1