On 2013-08-22 10:20, Gary V. Vaughan wrote: > Hi Peter, > > On Aug 22, 2013, at 2:54 PM, Peter Rosin <p...@lysator.liu.se> wrote: > >> On 2013-08-22 09:40, Gary V. Vaughan wrote: >>>> Can we please get this simple patch pushed? >>> >>> Done. >> >> To me, it appears as if what you actually pushed was not what was posted? > > I am an idiot. Thanks for the heads up, fixed in the following change set.
Still not right though, sorry. You ended up doing: - ppc64-*linux*|powerpc64-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc-*) but the original wanted: - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) But, the originally supplied version confuses me yet again, so I'm not committing the fix myself... How can it be correct to say "-m elf32lppclinux" (32-bit) when $host is explicitly 64-bit? That seems like utter garbage to me. What am I missing this time? Cheers, Peter _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool