diff options
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r-- | libcpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 40f62715acd..b92f390a40a 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -130,7 +130,7 @@ case $target in sparcv9-*-solaris2* | \ sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ spu-*-* | \ - sh[123456789l]*-*-*) + sh[123456789lbe]*-*-* | sh-*-*) need_64bit_hwint=yes ;; i[34567]86-*-linux*) if test "x$enable_targets" = xall; then |