config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
authorKaz Kojima <kkojima@gcc.gnu.org>
Fri, 11 Apr 2008 04:21:18 +0000 (04:21 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Fri, 11 Apr 2008 04:21:18 +0000 (04:21 +0000)
* 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
gcc/config.gcc
libcpp/ChangeLog
libcpp/configure
libcpp/configure.ac

index 5fbf40d32cd8046e705875d6696f6c5c9a379a96..7384328f8111037ec8e8f1d01f3dec84e67aea68 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
+
 2008-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR target/35768
index bc440c9f045bd0d51e9d702364b462e386a8c483..7276be31019a8742d7bb1b056418e1490bd72bb5 100644 (file)
@@ -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
        ;;
index f5c623db910cb751a750d0ef4fb5299cdeca6767..02de9d0c5153fcbb45966a53b2075e3070d7e77b 100644 (file)
@@ -1,3 +1,9 @@
+2008-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * configure.ac: (need_64bit_hwint): Need 64bit hwint for sh-*-*
+       and shbe-*-*.
+       * configure: Rebuilt.
+
 2008-04-02  Joseph Myers  <joseph@codesourcery.com>
 
        * include/cpplib.h (struct cpp_callbacks): Add used_define,
index 5d70aed048757a91b27de336f4c2d01db293bbf9..8b286e9febee7481e8e9f6339f0223cbec645190 100755 (executable)
@@ -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
index 40f62715acdd7c4c49e6e724ef65b86d62e2bf71..b92f390a40a59b08d7fc1993b03ea8bba5dd4bf8 100644 (file)
@@ -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