Re: svn commit: r226216 - head/share/mk

2011-10-10 Thread Roman Divacky
On Mon, Oct 10, 2011 at 03:39:29PM +, David Schultz wrote: > Author: das > Date: Mon Oct 10 15:39:29 2011 > New Revision: 226216 > URL: http://svn.freebsd.org/changeset/base/226216 > > Log: > Pass -std= flags in CFLAGS to mkdep. Without this, preprocessor tests > for particular compiler fe

Re: svn commit: r226216 - head/share/mk

2011-10-10 Thread Bruce Evans
On Mon, 10 Oct 2011, David Schultz wrote: Log: Pass -std= flags in CFLAGS to mkdep. Without this, preprocessor tests for particular compiler features might be evaluated differently by mkdep than they would be by cc. Same with -ansi and -pedantic and any other spellings of -std=. Bruce

svn commit: r226216 - head/share/mk

2011-10-10 Thread David Schultz
Author: das Date: Mon Oct 10 15:39:29 2011 New Revision: 226216 URL: http://svn.freebsd.org/changeset/base/226216 Log: Pass -std= flags in CFLAGS to mkdep. Without this, preprocessor tests for particular compiler features might be evaluated differently by mkdep than they would be by cc. Mod