Alan Modra <amo...@gmail.com> writes: > diff --git a/libgo/configure.ac b/libgo/configure.ac > index 7c403a5..2ddcdfd 100644 > --- a/libgo/configure.ac > +++ b/libgo/configure.ac > @@ -366,6 +366,13 @@ esac > AC_SUBST(OSCFLAGS) > > dnl Use -fsplit-stack when compiling C code if available. > +case "$target" in > + powerpc*-*-*) > + # Don't use cached value. Support is available only for 64-bit, > + # so the result from a 64-bit multilib is not valid for 32-bit. > + unset libgo_cv_c_split_stack_supported
Where does this cached value come from? There shouldn't be any sharing between multilib builds. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."