Re: [libgfortran, build] Use -z ignore instead of --as-needed on Solaris

2013-05-24 Thread Rainer Orth
Hi Tobias, > Rainer Orth wrote: >> how should we proceed with this patch now, given the questions above? >> Install as is, although it doesn't seem really beneficial, or drop it? > > I would install it. Actually, did you get a libquadmath dependence on > Solaris or not? I do, both with Solaris ld

Re: [libgfortran, build] Use -z ignore instead of --as-needed on Solaris

2013-05-23 Thread Tobias Burnus
Hi Rainer, Rainer Orth wrote: how should we proceed with this patch now, given the questions above? Install as is, although it doesn't seem really beneficial, or drop it? I would install it. Actually, did you get a libquadmath dependence on Solaris or not? On Linux - or to be more precise:

Re: [libgfortran, build] Use -z ignore instead of --as-needed on Solaris

2013-05-23 Thread Rainer Orth
Hi Tobias, >> Rainer Orth wrote: >>> As requested by Tobias, this patch supports -z ignore with Solaris ld >>> instead of GNU ld's --as-needed. >> >> For reference, my request was motivated by >> http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00425.html >> (The patch has been approved, but it does n

Re: [libgfortran, build] Use -z ignore instead of --as-needed on Solaris

2013-05-15 Thread Rainer Orth
Hi Tobias, > Rainer Orth wrote: >> As requested by Tobias, this patch supports -z ignore with Solaris ld >> instead of GNU ld's --as-needed. > > For reference, my request was motivated by > http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00425.html > (The patch has been approved, but it does not seem

Re: [libgfortran, build] Use -z ignore instead of --as-needed on Solaris

2013-05-14 Thread Tobias Burnus
Rainer Orth wrote: As requested by Tobias, this patch supports -z ignore with Solaris ld instead of GNU ld's --as-needed. For reference, my request was motivated by http://gcc.gnu.org/ml/gcc-patches/2013-04/msg00425.html (The patch has been approved, but it does not seem to be in, yet.) i38

[libgfortran, build] Use -z ignore instead of --as-needed on Solaris

2013-05-14 Thread Rainer Orth
As requested by Tobias, this patch supports -z ignore with Solaris ld instead of GNU ld's --as-needed. i386-pc-solaris2.10 and x86_64-unknown-linux-gnu bootstraps are still running. In both cases, the correct options were detected and written into libgfortran.spec. AFAICS the -static-libgfortran

Re: [build] Use -z ignore instead of --as-needed on Solaris

2013-04-15 Thread Rainer Orth
Tobias Burnus writes: > Rainer Orth wrote: >> While the Solaris linker doesn't support the --as-needed/--no-as-needed >> options (yet), it long has provided the equivalent -z ignore/-z record >> options. This patch makes use of them, avoiding unnecessary >> dependencies on libgcc_s.so.1. > > Cou

Re: [build] Use -z ignore instead of --as-needed on Solaris

2013-04-15 Thread Tobias Burnus
Rainer Orth wrote: While the Solaris linker doesn't support the --as-needed/--no-as-needed options (yet), it long has provided the equivalent -z ignore/-z record options. This patch makes use of them, avoiding unnecessary dependencies on libgcc_s.so.1. Could you also do a similar update in lib

Re: [build] Use -z ignore instead of --as-needed on Solaris

2013-04-15 Thread Paolo Bonzini
Il 08/04/2013 14:20, Rainer Orth ha scritto: > While the Solaris linker doesn't support the --as-needed/--no-as-needed > options (yet), it long has provided the equivalent -z ignore/-z record > options. This patch makes use of them, avoiding unnecessary > dependencies on libgcc_s.so.1. > > Bootst

[build] Use -z ignore instead of --as-needed on Solaris

2013-04-08 Thread Rainer Orth
While the Solaris linker doesn't support the --as-needed/--no-as-needed options (yet), it long has provided the equivalent -z ignore/-z record options. This patch makes use of them, avoiding unnecessary dependencies on libgcc_s.so.1. Bootstrapped without regressions on i386-pc-solaris2.11 (and ch