Subject: CVS commit: [netbsd-2-0] src/doc
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 08/11/2004 19:52:10
Module Name: src
Committed By: jmc
Date: Wed Aug 11 19:52:10 UTC 2004
Modified Files:
src/doc [netbsd-2-0]: HACKS
Log Message:
Pullup rev 1.37 (requested by junyoung in ticket #738)
Add -fno-strict-aliasing to CFLAGS to avoid gcc warning
"dereferencing type-punned pointer will break strict-aliasing rules"
which occurs when compiling crypto_openssl.c with -O[23s].
To generate a diff of this commit:
cvs rdiff -r1.32.2.2 -r1.32.2.3 src/doc/HACKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.