diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 5 | ||||
-rwxr-xr-x | libcpp/configure | 2 | ||||
-rw-r--r-- | libcpp/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
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 <rguenther@suse.de> + + * configure.ac: Always set need_64bit_hwint to yes. + * configure: Regenerated. + 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * 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 |