[wplug] GCC opts? How to pass through ./configure?

Eric C. Cooper ecc at cmu.edu
Thu Jun 12 14:56:45 EDT 2003


On Thu, Jun 12, 2003 at 03:52:18PM -0400, John Strange wrote:
> Does anyone know how to pass the -03 -mcpu=pentium3 args through a
> ./configure script?  I'm not a Makefile expert, and the ones created
> from ./configure are pretty thorough so I was hoping someone had some
> experience with it.

./configure and its resulting Makefile will both use the CFLAGS
environment variable if set:

$ CFLAGS='-03 -mcpu=pentium3' ./configure

or

$ CFLAGS='-03 -mcpu=pentium3' make

-- 
Eric C. Cooper          e c c @ c m u . e d u



More information about the wplug mailing list