re PR bootstrap/15651 (Size Errors/Warnings Followed by ICE)
2004-05-26 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/15651 * configure.ac: Fix m4 quoting when picking the size of HOST_WIDE_INT. * configure: Regenerate. From-SVN: r82279
This commit is contained in:
parent
4204886602
commit
963e23c5c2
3 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2004-05-26 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
PR bootstrap/15651
|
||||||
|
* configure.ac: Fix m4 quoting when picking
|
||||||
|
the size of HOST_WIDE_INT.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-05-25 Paolo Bonzini <bonzini@gnu.org>
|
2004-05-25 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* Makefile.am: the correct directory for
|
* Makefile.am: the correct directory for
|
||||||
|
|
6
libcpp/configure
vendored
6
libcpp/configure
vendored
|
@ -7297,6 +7297,7 @@ _ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
case $target in
|
case $target in
|
||||||
alpha*-*-* | \
|
alpha*-*-* | \
|
||||||
x86_64-*-* | \
|
x86_64-*-* | \
|
||||||
|
@ -7309,8 +7310,8 @@ case $target in
|
||||||
s390*-*-* | \
|
s390*-*-* | \
|
||||||
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
sparc64*-*-* | ultrasparc-*-freebsd* | \
|
||||||
sparcv9-*-solaris2* | \
|
sparcv9-*-solaris2* | \
|
||||||
sparc-*-solaris2.789 | sparc-*-solaris2.10-9 | \
|
sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9] | \
|
||||||
sh123456789l*-*-*)
|
sh[123456789l]*-*-*)
|
||||||
need_64bit_hwint=yes ;;
|
need_64bit_hwint=yes ;;
|
||||||
*)
|
*)
|
||||||
need_64bit_hwint=no ;;
|
need_64bit_hwint=no ;;
|
||||||
|
@ -7322,6 +7323,7 @@ case $need_64bit_hwint:$ac_cv_sizeof_long in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define HOST_WIDE_INT $host_wide_int
|
#define HOST_WIDE_INT $host_wide_int
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
|
@ -63,6 +63,7 @@ if test $enable_checking != no ; then
|
||||||
[Define if you want more run-time sanity checks.])
|
[Define if you want more run-time sanity checks.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
m4_changequote(,)
|
||||||
case $target in
|
case $target in
|
||||||
alpha*-*-* | \
|
alpha*-*-* | \
|
||||||
x86_64-*-* | \
|
x86_64-*-* | \
|
||||||
|
@ -86,6 +87,7 @@ case $need_64bit_hwint:$ac_cv_sizeof_long in
|
||||||
*:8 | no:*) host_wide_int=long ;;
|
*:8 | no:*) host_wide_int=long ;;
|
||||||
*) host_wide_int='long long' ;;
|
*) host_wide_int='long long' ;;
|
||||||
esac
|
esac
|
||||||
|
m4_changequote([,])
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(HOST_WIDE_INT, $host_wide_int,
|
AC_DEFINE_UNQUOTED(HOST_WIDE_INT, $host_wide_int,
|
||||||
[Define to the widest efficient host integer type at least
|
[Define to the widest efficient host integer type at least
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue