On Thu, Jun 06, 2013 at 11:31:34AM +0930, Alan Modra wrote:
> This adds support for little-endian powerpc linux, and tidies the
> existing host match for powerpc. config.sub won't return ppc*-*linux*
> so there isn't much point in matching that.
> - ppc*-*
x86_64-*linux*)
LD="${LD-ld} -m elf_x86_64"
;;
- ppc*-*linux*|powerpc*-*linux*)
+ powerpcle*)
+ LD="${LD-ld} -m elf64lppc"
+ ;;
+ powerpc*)
LD="${LD-ld} -m elf64ppc"
;;
s390*-*linux*|s390*-*tpf*)
--
Alan Modra
Australia Development Lab, IBM
Ping?
http://lists.gnu.org/archive/html/libtool-patches/2013-06/msg1.html
On Thu, Jun 06, 2013 at 02:48:22PM +0930, Alan Modra wrote:
> * m4/libtool.m4 (ld -m flags): Remove non-canonical ppc host match.
> Support little-endian powerpc linux host.
--
Alan Modra
Aus
On Thu, Jul 18, 2013 at 08:31:03AM +0930, Alan Modra wrote:
> Ping?
> http://lists.gnu.org/archive/html/libtool-patches/2013-06/msg1.html
>
> On Thu, Jun 06, 2013 at 02:48:22PM +0930, Alan Modra wrote:
> > * m4/libtool.m4 (ld -m flags): Remove non-canonical ppc host matc
LD here. Being the option for 64-bit big-endian, that
caused complete failure for *native* 64-bit little-endian. Which is
where the action is at the moment.
--
Alan Modra
Australia Development Lab, IBM
powerpc-*linux*. Not powerpc*-*linux*, which is exactly the same
mistake I made with my first patch..
--
Alan Modra
Australia Development Lab, IBM
ted
> under your name (exactly by removing the errant * from the case branch
> matches). Please pull the most recent revision and let me know if I still
> didn't fix everything I broke recently.
Thanks! It looks good now.
--
Alan Modra
Australia Development Lab, IBM
On Fri, Aug 23, 2013 at 10:39:42AM +0200, Peter Rosin wrote:
> On 2013-08-22 17:48, Alan Modra wrote:
> > On Thu, Aug 22, 2013 at 09:34:10PM +0700, Gary V. Vaughan wrote:
> >>> How can it be correct to say "-m elf32lppclinux" (32-bit) when $host is
> >>&g
quot;$sp $nl"
# There are still modern systems that have problems with 'echo' mis-
# handling backslashes, among others, so make sure $bs_echo is set to a
--
Alan Modra
Australia Development Lab, IBM