From da3c842e9f20f5495d99ad0c7a71a60ab4d232f1 Mon Sep 17 00:00:00 2001 From: rguenth Date: Wed, 7 May 2014 10:24:38 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210149 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 ce417632b19..20171bc8e9e 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 b421e48fd90..a9472f37c3a 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 8515abff2da..f2bca1fbd52 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.2.1