> A way out could be a
> --disable-processor-specific-optimisations-at-compile-time
> switch for distributors and people, which don't know the target processor
> exactly.
Good idea. I'll add a new flag --disable-extra-optimization
which disables all compiler flags (except -O2 and -g) and a CFLAGS_OPT
variable that will be added to the regular compiler flags.
Then you could do:
1. autodetect optimization flags (default):
./configure
2. set all compiler flags by hand:
CFLAGS="-g -O3 -ffast-math" ./configure
3. add extra compiler flags:
CFLAGS_OPT="-m486 -O3 -ffast-math" ./configure --disable-extra-optimization
> Should the final release generate a stripped library, which is smaller ?
Yes, but automake 1.4 doesn't support it, only the latest CVS snapshots
of automake and libtool do :-(
> Thomas, could you create a README or INSTALL file, which describes all
> switches and a 'how to install Mesa, if ./configure fails' ??
Yes, I'm working on it.
What do you mean with 'if configure fails'? That should never happen!
Thomas Tanner -----------------------------------------
email: tanner@(ffii.org|gnu.org|ggi-project.org|gmx.de)
web: http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev