Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!EU.net!Germany.EU.net!zib-berlin.de!news.tu-chemnitz.de!irz401!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Possible FAQ Question Date: 30 Nov 1995 21:49:06 GMT Organization: Private BSD site, Dresden Lines: 20 Message-ID: <49l8si$k3p@uriah.heep.sax.de> References: <DIqKqA.5G8@ritz.mordor.com> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.3 ritz@ritz.mordor.com (Chris Mauritz) writes: > When one does a "make world" is there a way to include a couple > of standard CFLAGS for all the makefiles? Specifically, I'd like /etc/make.conf > to -O3 -m486 everything as the machine is a P100. Firstly, is > there a way to do this? Secondly, is there any reason why I should > NOT do this? -O2 is known to be broken on the i386 architecture, when used without -fno-strength-reduce. That's why the default optimization is only -O. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)