cvs commit: src/share/mk bsd.sys.mk

2008-07-22 Thread Warner Losh
imp 2008-07-23 06:14:21 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: SVN rev 180731 on 2008-07-23 06:14:21Z by imp Turn of SSP for mips for now until support is added to the base architecture. Revision ChangesPath 1.47

Re: cvs commit: src/share/mk bsd.sys.mk

2008-07-19 Thread Pegasus Mc cleaft
On Sunday 20 July 2008 02:19:15 Bernd Walter wrote: > On Sat, Jul 19, 2008 at 12:19:16AM +, Olivier Houchard wrote: > > cognet 2008-07-19 00:19:16 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/mk bsd.sys.mk > > Log: > > SVN rev 180605 on 2008-

Re: cvs commit: src/share/mk bsd.sys.mk

2008-07-19 Thread Bernd Walter
On Sat, Jul 19, 2008 at 12:19:16AM +, Olivier Houchard wrote: > cognet 2008-07-19 00:19:16 UTC > > FreeBSD src repository > > Modified files: > share/mk bsd.sys.mk > Log: > SVN rev 180605 on 2008-07-19 00:19:16Z by cognet > > Disable SSP on arm for the time

cvs commit: src/share/mk bsd.sys.mk

2008-07-18 Thread Olivier Houchard
cognet 2008-07-19 00:19:16 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: SVN rev 180605 on 2008-07-19 00:19:16Z by cognet Disable SSP on arm for the time being. The segfaults when using SSP seem to be a gcc bug, a patch is available in

Re: cvs commit: src/share/mk bsd.sys.mk sys.mk

2007-11-22 Thread Andrey Chernov
On Thu, Nov 22, 2007 at 11:21:13PM +, John Birrell wrote: > This time, change the default CFLAGS to match the simple defaults that > the tinderboxes use. That is, don't use -fno-strict-aliasing by default. How it will affect the ports system? -- http://ache.pp.ru/ ___

cvs commit: src/share/mk bsd.sys.mk sys.mk

2007-11-22 Thread John Birrell
jb 2007-11-22 23:21:13 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk sys.mk Log: Re-enable -Werror again. This time, change the default CFLAGS to match the simple defaults that the tinderboxes use. That is, don't use -fno-strict-aliasing b

cvs commit: src/share/mk bsd.sys.mk

2007-11-19 Thread John Birrell
jb 2007-11-19 22:39:39 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Unfortunately the tinderbox setup uses custom CFLAGS which are a big obstacle to enabling -Werror. I'll continue to work on cleaning up the code so that we can keep thi

cvs commit: src/share/mk bsd.sys.mk

2007-11-19 Thread John Birrell
jb 2007-11-19 09:09:02 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Re-enable -Werror ins WARNS as it was roughly 6 months ago before being disabled while gcc 4.2 was bedded in. Tested with 'make release' (amd64 arm i386 ia64 pc98 po

cvs commit: src/share/mk bsd.sys.mk

2007-05-18 Thread Alexander Kabaev
kan 2007-05-19 04:41:05 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Universally disable -Werror until src/ is in better shape for GCC 4.2. There are new warnings that kill the build otherwise. Disable pointer destination sign mismatc

cvs commit: src/share/mk bsd.sys.mk

2006-11-03 Thread John Birrell
jb 2006-11-04 04:39:05 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code can be built with other gcc warnings enabled. Every Solaris source file has a #pragma ident in it. We

cvs commit: src/share/mk bsd.sys.mk

2006-09-13 Thread Dag-Erling Smorgrav
des 2006-09-13 08:40:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/mk bsd.sys.mk Log: MFC: CSTD support Approved by:re (kensmith) Revision ChangesPath 1.37.2.1 +15 -0 src/share/mk/bsd.sys.mk ___

cvs commit: src/share/mk bsd.sys.mk

2006-08-11 Thread Dag-Erling Smorgrav
des 2006-08-11 17:28:59 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Reintroduce CSTD, which allows a Makefile to specify the precise dialect of C in which the program or library is written. Note that this is *not* intended to be used