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
This commit is contained in:
Kaz Kojima
2008-04-11 04:21:18 +00:00
parent 34aa9692c4
commit a1fcb9a1de
5 changed files with 13 additions and 3 deletions
+6
View 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,
+1 -1
View File
@@ -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
+1 -1
View 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