Set need_64bit_hwint to yes for x86 targets.

gcc/

2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>

	* config.gcc: Set need_64bit_hwint to yes for x86 targets.

libcpp/

2011-07-28  H.J. Lu  <hongjiu.lu@intel.com>

	* configure.ac: Set need_64bit_hwint to yes for x86 targets.
	* configure: Regenerated.

From-SVN: r176871
This commit is contained in:
H.J. Lu
2011-07-28 14:29:38 +00:00
committed by H.J. Lu
parent 6da2ca7d77
commit 5e9627caa4
5 changed files with 12 additions and 24 deletions
+5
View File
@@ -1,3 +1,8 @@
2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Set need_64bit_hwint to yes for x86 targets.
* configure: Regenerated.
2011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* system.h [__cplusplus]: Wrap C function declarations in extern "C".
+1 -10
View File
@@ -7312,9 +7312,7 @@ case $target in
x86_64-*-* | \
ia64-*-* | \
hppa*64*-*-* | \
i[34567]86-*-darwin* | \
i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]* | \
i[34567]86-w64-mingw* | \
i[34567]86-*-* | x86_64-*-solaris2.1[0-9]* | \
mips*-*-* | \
mmix-*-* | \
powerpc*-*-* | \
@@ -7324,13 +7322,6 @@ case $target in
spu-*-* | \
sh[123456789lbe]*-*-* | sh-*-*)
need_64bit_hwint=yes ;;
i[34567]86-*-linux*)
if test "x$enable_targets" = xall; then
need_64bit_hwint=yes
else
need_64bit_hwint=no
fi
;;
*)
need_64bit_hwint=no ;;
esac
+1 -10
View File
@@ -150,9 +150,7 @@ case $target in
x86_64-*-* | \
ia64-*-* | \
hppa*64*-*-* | \
i[34567]86-*-darwin* | \
i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]* | \
i[34567]86-w64-mingw* | \
i[34567]86-*-* | x86_64-*-solaris2.1[0-9]* | \
mips*-*-* | \
mmix-*-* | \
powerpc*-*-* | \
@@ -162,13 +160,6 @@ case $target in
spu-*-* | \
sh[123456789lbe]*-*-* | sh-*-*)
need_64bit_hwint=yes ;;
i[34567]86-*-linux*)
if test "x$enable_targets" = xall; then
need_64bit_hwint=yes
else
need_64bit_hwint=no
fi
;;
*)
need_64bit_hwint=no ;;
esac