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:
parent
9008b1d1b6
commit
f543058db9
@ -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
|
||||
|
@ -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='@'
|
||||
|
@ -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.
|
||||
|
2
libcpp/configure
vendored
2
libcpp/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user