|
Message-ID: <1f55bf91-e1d8-8609-d848-8d9141629722@landley.net> Date: Sun, 23 Apr 2017 19:28:14 -0500 From: Rob Landley <rob@...dley.net> To: musl <musl@...ts.openwall.com> Subject: powerpc toolchain question 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...) Rob
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.