cvs commit: src/release Makefile
Scott Long
scottl at freebsd.org
Wed Jul 30 09:20:56 PDT 2003
Ruslan Ermilov wrote:
> ru 2003/07/30 07:46:46 PDT
>
> FreeBSD src repository
>
> Modified files:
> release Makefile
> Log:
> The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing
> to survive.
>
> Discussed with: bde
> Tested on: i386 and pc98
>
> Revision Changes Path
> 1.806 +2 -1 src/release/Makefile
>
Thanks for doing this. However, I think that Peter was looking at doing
this globally in /sys/conf, not just the release. The reasoning is that
it might not be safe to use -fstrict-aliasing in any context right now
until we understand the actual impact of those warnings. I'd also
prefer if it was done there and not special-cased for the release.
Scott
More information about the cvs-src
mailing list