configure.ac: Always set need_64bit_hwint to yes.
authorRichard Biener <rguenther@suse.de>
Wed, 7 May 2014 10:24:38 +0000 (10:24 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 7 May 2014 10:24:38 +0000 (10:24 +0000)
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

gcc/ChangeLog
gcc/config.gcc
libcpp/ChangeLog
libcpp/configure
libcpp/configure.ac

index 1e67ffc4bfd03c2bca807787a2ccd6ee043e83b8..d5e6a0a31501e8b7bb30bc079a9228aa52f50aa3 100644 (file)
@@ -1,3 +1,7 @@
+2014-05-07  Richard Biener  <rguenther@suse.de>
+
+       * config.gcc: Always set need_64bit_hwint to yes.
+
 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
 
        * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
index 81205ff0c8f6fd17178183c72fad322d1b0ff1b4..50338f7651cbb4881f08066bf824caa8ff4f375c 100644 (file)
@@ -233,7 +233,7 @@ gnu_ld="$gnu_ld_flag"
 default_use_cxa_atexit=no
 default_gnu_indirect_function=no
 target_gtfiles=
-need_64bit_hwint=
+need_64bit_hwint=yes
 need_64bit_isa=
 native_system_header_dir=/usr/include
 target_type_format_char='@'
index ce417632b199ed81ab5192404b02e55927362b5e..20171bc8e9ece9c8d5601719f41ce016d72e4e01 100644 (file)
@@ -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.
index b421e48fd9013e9dd0a56dd59f2626bb2d35f249..a9472f37c3ad7752d85e6795b5a5d2df367a38fa 100755 (executable)
@@ -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
index 8515abff2daf5d24ab9a6d67d13e1e658b599110..f2bca1fbd526a46b40ec8690ba7c237dc056874d 100644 (file)
@@ -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