diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-28 14:29:38 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-28 14:29:38 +0000 |
commit | 6b4db1bd8cef61c66671c8249c21f6fdc8ccce06 (patch) | |
tree | ca9bfe8c87d18f303fe0dd131532e2e630c9581a /libcpp/configure.ac | |
parent | 2b5476e101e50e4f6bcff5ea2d097b9777338951 (diff) | |
download | gcc-6b4db1bd8cef61c66671c8249c21f6fdc8ccce06.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176871 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 170932cbc9f..e1d88511c78 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -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 |