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
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
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