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
This commit is contained in:
Richard Biener 2014-05-07 10:24:38 +00:00 committed by Richard Biener
parent 9008b1d1b6
commit f543058db9
5 changed files with 12 additions and 3 deletions

View 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> 2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor

View File

@ -233,7 +233,7 @@ gnu_ld="$gnu_ld_flag"
default_use_cxa_atexit=no default_use_cxa_atexit=no
default_gnu_indirect_function=no default_gnu_indirect_function=no
target_gtfiles= target_gtfiles=
need_64bit_hwint= need_64bit_hwint=yes
need_64bit_isa= need_64bit_isa=
native_system_header_dir=/usr/include native_system_header_dir=/usr/include
target_type_format_char='@' target_type_format_char='@'

View 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> 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* lex.c: Remove Solaris 9 reference. * lex.c: Remove Solaris 9 reference.

2
libcpp/configure vendored
View File

@ -7171,7 +7171,7 @@ case $target in
tilegx*-*-* | tilepro*-*-* ) tilegx*-*-* | tilepro*-*-* )
need_64bit_hwint=yes ;; need_64bit_hwint=yes ;;
*) *)
need_64bit_hwint=no ;; need_64bit_hwint=yes ;;
esac esac
case $need_64bit_hwint:$ac_cv_sizeof_long in case $need_64bit_hwint:$ac_cv_sizeof_long in

View File

@ -200,7 +200,7 @@ case $target in
tilegx*-*-* | tilepro*-*-* ) tilegx*-*-* | tilepro*-*-* )
need_64bit_hwint=yes ;; need_64bit_hwint=yes ;;
*) *)
need_64bit_hwint=no ;; need_64bit_hwint=yes ;;
esac esac
case $need_64bit_hwint:$ac_cv_sizeof_long in case $need_64bit_hwint:$ac_cv_sizeof_long in