|
Message-ID: <20130803164312.GJ25714@port70.net> Date: Sat, 3 Aug 2013 18:43:12 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: Embedded distro * Kirk Terrell <knjterrell@...luelight.com> [2013-08-03 09:19:22 -0700]: > I've been working on a distro that is a fork from the CLFS Embedded > project that uses musl libc in place of libc. I've managed to boot > an emulated Vexpress-a9 target using the instructions at > http://kanj.github.io/elfs/book/armMusl/index.html. > is the --host really the CLFS_TARGET? should it be renamed in the configure script? CROSS_COMPILE=${CLFS_TARGET}- ./configure --prefix=${CLFS} --disable-gcc-wrapper \ --host=${CLFS_TARGET} --build=${CLFS_HOST} --syslibdir=${CLFS}/lib --includedir=${CLFS}/usr/include what needs these header hacks? cp ${CLFS}/usr/include/linux/if_slip.h ${CLFS}/usr/include/net/if_slip.h cp ${CLFS}/usr/include/net/if_arp.h ${CLFS}/usr/include/linux/if_arp.h
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.