diff options
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-x | libcpp/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/configure b/libcpp/configure index 2b944b37f7c..496f1fccf25 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -8246,6 +8246,13 @@ case $target in sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ sh[123456789l]*-*-*) 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 |