aboutsummaryrefslogtreecommitdiff
path: root/libcpp/configure
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-05-07 10:24:38 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-05-07 10:24:38 +0000
commitf543058db940ba94e86118d5ee395bd870c54ff2 (patch)
treeddba8817147928e3405302f570c59983e6fec2fd /libcpp/configure
parent9008b1d1b6723e13d3ac1373d34853abc1439954 (diff)
downloadgcc-f543058db940ba94e86118d5ee395bd870c54ff2.zip
gcc-f543058db940ba94e86118d5ee395bd870c54ff2.tar.gz
gcc-f543058db940ba94e86118d5ee395bd870c54ff2.tar.bz2
configure.ac: Always set need_64bit_hwint to yes.
2014-05-07 Richard Biener <rguenther@suse.de> libcpp/ * configure.ac: Always set need_64bit_hwint to yes. * configure: Regenerated. * config.gcc: Always set need_64bit_hwint to yes. From-SVN: r210149
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-xlibcpp/configure2
1 files changed, 1 insertions, 1 deletions
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