|
Message-ID: <20170424090218.GT2082@port70.net> Date: Mon, 24 Apr 2017 11:02:18 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: powerpc toolchain question * Rob Landley <rob@...dley.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.
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.