From 5e9627caa4597431f0e366708a79e7ec48e7a006 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 28 Jul 2011 14:29:38 +0000 Subject: Set need_64bit_hwint to yes for x86 targets. gcc/ 2011-07-28 H.J. Lu * config.gcc: Set need_64bit_hwint to yes for x86 targets. libcpp/ 2011-07-28 H.J. Lu * configure.ac: Set need_64bit_hwint to yes for x86 targets. * configure: Regenerated. From-SVN: r176871 --- libcpp/configure | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libcpp/configure') diff --git a/libcpp/configure b/libcpp/configure index b453a7b..c400d23 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -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 -- cgit v1.1