Commit a1fcb9a1 by Kaz Kojima

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
parent 34aa9692
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> 2008-04-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/35768 PR target/35768
......
...@@ -373,7 +373,7 @@ s390*-*-*) ...@@ -373,7 +373,7 @@ s390*-*-*)
need_64bit_hwint=yes need_64bit_hwint=yes
;; ;;
# Note the 'l'; we need to be able to match e.g. "shle" or "shl". # Note the 'l'; we need to be able to match e.g. "shle" or "shl".
sh[123456789lbe]*-*-*) sh[123456789lbe]*-*-* | sh-*-*)
cpu_type=sh cpu_type=sh
need_64bit_hwint=yes need_64bit_hwint=yes
;; ;;
......
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> 2008-04-02 Joseph Myers <joseph@codesourcery.com>
* include/cpplib.h (struct cpp_callbacks): Add used_define, * include/cpplib.h (struct cpp_callbacks): Add used_define,
......
...@@ -8312,7 +8312,7 @@ case $target in ...@@ -8312,7 +8312,7 @@ case $target in
sparcv9-*-solaris2* | \ sparcv9-*-solaris2* | \
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
spu-*-* | \ spu-*-* | \
sh[123456789l]*-*-*) sh[123456789lbe]*-*-* | sh-*-*)
need_64bit_hwint=yes ;; need_64bit_hwint=yes ;;
i[34567]86-*-linux*) i[34567]86-*-linux*)
if test "x$enable_targets" = xall; then if test "x$enable_targets" = xall; then
......
...@@ -130,7 +130,7 @@ case $target in ...@@ -130,7 +130,7 @@ case $target in
sparcv9-*-solaris2* | \ sparcv9-*-solaris2* | \
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \
spu-*-* | \ spu-*-* | \
sh[123456789l]*-*-*) sh[123456789lbe]*-*-* | sh-*-*)
need_64bit_hwint=yes ;; need_64bit_hwint=yes ;;
i[34567]86-*-linux*) i[34567]86-*-linux*)
if test "x$enable_targets" = xall; then if test "x$enable_targets" = xall; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment