Good morning,
To test ability to compile I first added the following to my
${CLFS}/.bashrc file for my Musl libc based system
export DESTDIR=${CLFS}/sources/dest # Did this because I didnt want to
actually install but just verify I could set the variable
export host_alias=${CLFS_TARGET}
e
On 07/31/2013 05:20 AM, Andrew Bradford wrote:
On Wed, Jul 31, 2013, at 08:00 AM, Kirk Terrell wrote:
I have a complete build for an arm platform (Vexpress-a9) using Musl
libc, verified to run on the QEMU emulator. You can read the modified
book at http://kanj.github.io/elfs/book/armMusl
On Wed, Jul 31, 2013, at 08:00 AM, Kirk Terrell wrote:
> I have a complete build for an arm platform (Vexpress-a9) using Musl
> libc, verified to run on the QEMU emulator. You can read the modified
> book at http://kanj.github.io/elfs/book/armMusl/index.html. This version
> has also been m
Good Morning
I have a complete build for an arm platform (Vexpress-a9) using Musl
libc, verified to run on the QEMU emulator. You can read the modified
book at http://kanj.github.io/elfs/book/armMusl/index.html. This version
has also been modified to have no clfs user. If you download the gi
On Wed, Jul 24, 2013, at 08:58 AM, Kirk Terrell wrote:
>
> I have to recant from my earlier email on Musl Libc. I have built
> systems for arm, mips and x86. I used the following process
>
> To Build Musl:
>
> > CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS}
> > --disable-gcc-wrap
On Wed, Jul 24, 2013, at 08:58 AM, Kirk Terrell wrote:
>
> I have to recant from my earlier email on Musl Libc. I have built
> systems for arm, mips and x86. I used the following process
>
> To Build Musl:
>
> > CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS}
> > --disable-gcc-wrap
I have to recant from my earlier email on Musl Libc. I have built
systems for arm, mips and x86. I used the following process
To Build Musl:
CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS}
--disable-gcc-wrapper \
--host=${CLFS_TARGET} --build=${CLFS_HOST} --syslibdir=${CLFS}