Rainer Orth wrote:
In version 4.7, GCC will gain a 64-bit default Solaris/x86
configuration, similar to the existing sparcv9-sun-solaris2
configurations. In order for that to work with GNU ld (Sun ld works out
of the box), I had to make the following minor patch to libtool.m4.
This patch has been tested with a slightly earlier version already
included in the gcc repository for Go support. There's an effort
underway to upgrade the libtool in gcc to 2.4.2. A gcc bootstrap with
64-bit gld and this patch included completed without regressions.
If the patch is accepted, it would be good if it could be included in
libtool 2.4.3 so by the time gcc 4.7 is released, a corresponding
version of libtool is available.
Thanks.
Rainer
2011-10-31 Rainer Orth<r...@cebitec.uni-bielefeld.de>
* libltdl/m4/libtool.m4: Handle x86_64-*-solaris2.1[0-9]* like
i?86-*-solaris* when determining GNU ld flags to pass for 64-bit
objects.
hmm,
Eric PAIRE post a patch . Summary could be found in this thread
http://lists.gnu.org/archive/html/libtool/2011-10/msg00017.html
Note Eric's patch is for *kfreebsd* and *linux* and does not cover solaris.
My question is what is result of libtool regression test if instead to
add x86_64-*-... you replace $host by $build one line above ?
Roumen