mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: musl@lists.openwall.com
Subject: Re: powerpc toolchain question
Date: Mon, 24 Apr 2017 11:02:18 +0200	[thread overview]
Message-ID: <20170424090218.GT2082@port70.net> (raw)
In-Reply-To: <1f55bf91-e1d8-8609-d848-8d9141629722@landley.net>

* Rob Landley <rob@landley.net> [2017-04-23 19:28:14 -0500]:
> I checked that mcm-buildall.sh script (the one I've sent here a few
> times) into https://github.com/landley/mkroot and it's building a simple
> kernel and root filesystem with the musl-cross-make toolchain that boots
> under qemu. So far I've done x86-64, sh4, and powerpc32 kernels.
> 
> But back in Aboriginal Linux, the 32 bit ppc target had gcc building with:
> 
> GCC_FLAGS=--enable-secureplt # --with-long-double-64 (default on 4.2.1)
> 
> I.E. my old 4.2.1 toolchain was doing --enable-secureplt and I had a
> comment that newer ones needed --with-long-double-64. I'm not currently
> telling the gcc configure to do either of these. Should I be? (Seems to
> work but I'm not sure anything's using floating point yet...)

--with-long-double-64 should be --without-long-double-128, but it is
the default if the gcc configure script cannot detect a recent enough
glibc version so it works out.

and --enable-secureplt is the default since gcc-6 on powerpc*-linux*-musl*
on older gcc you still need it.


      reply	other threads:[~2017-04-24  9:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-24  0:28 Rob Landley
2017-04-24  9:02 ` Szabolcs Nagy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170424090218.GT2082@port70.net \
    --to=nsz@port70.net \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).