From a1fcb9a1debf225f87ffd4d0a29bbc24ba3a6689 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Fri, 11 Apr 2008 04:21:18 +0000 Subject: [PATCH] config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*. * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*. [libcpp] * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-* and shbe-*-*. * configure: Rebuilt. From-SVN: r134190 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- libcpp/ChangeLog | 6 ++++++ libcpp/configure | 2 +- libcpp/configure.ac | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5fbf40d32cd..7384328f811 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-04-11 Kaz Kojima + + * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*. + 2008-04-10 John David Anglin PR target/35768 diff --git a/gcc/config.gcc b/gcc/config.gcc index bc440c9f045..7276be31019 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -373,7 +373,7 @@ s390*-*-*) need_64bit_hwint=yes ;; # Note the 'l'; we need to be able to match e.g. "shle" or "shl". -sh[123456789lbe]*-*-*) +sh[123456789lbe]*-*-* | sh-*-*) cpu_type=sh need_64bit_hwint=yes ;; diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index f5c623db910..02de9d0c515 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2008-04-11 Kaz Kojima + + * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-* + and shbe-*-*. + * configure: Rebuilt. + 2008-04-02 Joseph Myers * include/cpplib.h (struct cpp_callbacks): Add used_define, diff --git a/libcpp/configure b/libcpp/configure index 5d70aed0487..8b286e9febe 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -8312,7 +8312,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 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 -- 2.30.2