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/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/configure') 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 -- cgit v1.1