On Tue, Feb 21, 2006 at 07:24:03PM +0000, William Zhou wrote: > But after searching through the whole config script, it seems this > option is not processed.
GCC's configure script isn't like many other packages. All it does is grab some initial information (machine type, etc) and caches the other arguments you've passed it. The rest is actually processed when you run 'make'. Watch it and you'll see the output of make running several configure-type scripts in the sub-directories. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page