Hi Jakub, > On Mon, May 04, 2020 at 03:19:30PM +0200, Rainer Orth wrote: >> I'm going to commit this to master shortly. Ok for the gcc-10 branch, >> too, given that it fixes a bootstrap failure? > > Ok, but see below.
>> diff --git a/gcc/configure.ac b/gcc/configure.ac >> --- a/gcc/configure.ac >> +++ b/gcc/configure.ac >> @@ -3562,6 +3562,11 @@ changequote(,)dnl >> fi >> case "$target" in >> i[34567]86-*-*) >> + if test x$on_solaris = xyes; then >> + case $gas_flag in >> + yes) tls_as_opt="$tls_as_opt --32" ;; >> + esac >> + fi > > Why not following instead? > if test x$on_solaris = xyes && test x$gas_flag = xyes; then > tls_as_opt="$tls_as_opt --32" > fi That would work, of course. I simply meant to follow the style of the 64-bit test as closely as possible. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University