On 06.10.2014 13:06, Pierre Labastie wrote:

Since we do not want libgcc2 to containing any code which requires libc
support, we pass --with-newlib --without-headers (equivalent to
--with-headers=no). And this is needed!


Show me where that will be a problem.
I've created (stage1) cross-compilers like this multiple times, on multiple linux distros without any problems:

${SRCDIR}/bin/gcc/configure --prefix=${TOOLS} --target=${CROSS_TARGET} --disable-shared --disable-threads --without-headers --disable-decimal-float --disable-multilib --enable-languages=c --disable-libquadmath --disable-libssp --disable-libgomp --disable-libatomic --disable-libmudflap --libexecdir=${TOOLS}/lib --disable-nls

--
chs

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to