Re: make.conf for 6.0

2005-10-27 Thread Oliver Fromme
Thomas T. Veldhouse [EMAIL PROTECTED] wrote: Hmm ... I find this thread surprising, as this is the first I have heard of FreeBSD working correctly with -O2. So, is this the options suggested for make.conf on x86? CFLAGS= -O2 -pipe -fno-strict-aliasing COPTFLAGS= -O2 -pipe In fact,

Re: make.conf for 6.0

2005-10-26 Thread Thomas T. Veldhouse
Chris wrote: Ok thanks I already use it for ports, but just plain -O2 -pipe for the world and kernel. Hmm ... I find this thread surprising, as this is the first I have heard of FreeBSD working correctly with -O2. So, is this the options suggested for make.conf on x86? CFLAGS= -O2

Re: make.conf for 6.0

2005-10-26 Thread oHmEr
On Mer 26 octobre 2005 15:43, Thomas T. Veldhouse wrote: Chris wrote: Ok thanks I already use it for ports, but just plain -O2 -pipe for the world and kernel. Hmm ... I find this thread surprising, as this is the first I have heard of FreeBSD working correctly with -O2. So, is this the

Re: make.conf for 6.0

2005-10-25 Thread Kris Kennaway
On Mon, Oct 24, 2005 at 08:57:27PM +0100, Chris wrote: On 22/10/05, Chuck Swiger [EMAIL PROTECTED] wrote: dick hoogendijk wrote: My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings the same for the upcoming release6 or do I need to set -O2

Re: make.conf for 6.0

2005-10-25 Thread Chris
On 25/10/05, Kris Kennaway [EMAIL PROTECTED] wrote: On Mon, Oct 24, 2005 at 08:57:27PM +0100, Chris wrote: On 22/10/05, Chuck Swiger [EMAIL PROTECTED] wrote: dick hoogendijk wrote: My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings

Re: make.conf for 6.0

2005-10-24 Thread Chris
On 22/10/05, Chuck Swiger [EMAIL PROTECTED] wrote: dick hoogendijk wrote: My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings the same for the upcoming release6 or do I need to set -O2 in this new version? FreeBSD is moving towards -O2

make.conf for 6.0

2005-10-22 Thread dick hoogendijk
My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings the same for the upcoming release6 or do I need to set -O2 in this new version? -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar

Re: make.conf for 6.0

2005-10-22 Thread Kirk Strauser
a diff between /usr/src/share/examples/etc/make.conf and /etc/make.conf to get a list of changes I made, copying over the new (6.0) make.conf, and re-applying the parts of the diff that made sense. The 5.x and 6.x versions are different enough that my method is probably easier than attempting

Re: make.conf for 6.0

2005-10-22 Thread Chuck Swiger
dick hoogendijk wrote: My make.conf contains (fbsd-5.4) CFLAGS= -O -pipe COPTFLAGS= -O -pipe Are these settings the same for the upcoming release6 or do I need to set -O2 in this new version? FreeBSD is moving towards -O2 -fno-strict-aliasing by default [1], but there is nothing wrong with

Re: make.conf for 6.0

2005-10-22 Thread Doug Barton
my systems by doing a diff between /usr/src/share/examples/etc/make.conf and /etc/make.conf to get a list of changes I made, copying over the new (6.0) make.conf, and re-applying the parts of the diff that made sense. The 5.x and 6.x versions are different enough that my method is probably