Stephen Montgomery-Smith <[EMAIL PROTECTED]> wrote: > What I want is a makefile that automatically detects whether it is on an > i686 or not (not for me to tell it so).
In general, that's not a good idea, IMO. It should be up to the user to decide which optimizations he wants and which not, and we do have /etc/make.conf and CFLAGS for exactly that purpose. I always hate super-clever makefiles and configure scripts that strip -O from my CFLAGS and insert -O6 -march=i686 or other unwanted things. It's a PITA. Just my 0.02 Euro. Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message