Re: [patch] boehm-gc: link libgcjgc with -ldl
Matthias Klose <[email protected]> Wed, 04 Sep 2013 12:24:12 +0200
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Am 04.09.2013 12:21, schrieb Andrew Haley: > On 09/04/2013 11:00 AM, Matthias Klose wrote: >> The boehm-gc tests currently fail to build with a linker with >> --no-copy-dt-needed-entries as the default. > > Hmm, isn't that a bug in the linker? No, it's the default in gold and in the bfd linker since 2.23. Matthias