On Thu, 07 Sep 2000, Zach wrote:
>
> Are you able to edit the compiler optimizations gobally with your
> makefile? So I can change\add '-darch=k6 -dcpu=k6 -ffast-math' and
> everything compiled will have it? If not, it would be a good wishlist
> idea.
You can globally set the -O, -march and -mcpu options to your liking.
Take a look at the Makefile, it should be clear where those are. Other
optimizations would take more work.
Wishlist items are nice -- even nicer are contributed changes and
additions. :-)
It's all at
http://www.sunsetsystems.com/lfsmake.php3.
Cheers,
-- Rod