--with-arch=i486 (was Re: Merging the jh branch to trunk)
Robert Connolly
robert at linuxfromscratch.org
Sat Sep 15 14:48:16 MDT 2007
This should also work:
./configure...
echo "CFLAGS += -march=i486" > configparms
make
Instead of an Sed command. The 'configparms' file is lightly documented in
the 'INSTALL' file, and is the suggested way to override Makefile parameters.
This is a powerfull way to have very fine grained control over the build
process, and might be overkill for this purposes. It showcases a neat Glibc
feature though.
Sorry to complicate this bug-solution even more, but I'd like this forum to
get all the available options, to help make the LFS book as correct as
possible.
robert
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://linuxfromscratch.org/pipermail/lfs-dev/attachments/20070915/ce0e78bf/attachment.bin
More information about the lfs-dev
mailing list