Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/doc/HACKS,v rcsdiff: /ftp/cvs/cvsroot/src/doc/HACKS,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.94 retrieving revision 1.95 diff -u -p -r1.94 -r1.95 --- src/doc/HACKS 2007/12/31 14:10:41 1.94 +++ src/doc/HACKS 2008/02/05 02:41:15 1.95 @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.94 2007/12/31 14:10:41 ad Exp $ +# $NetBSD: HACKS,v 1.95 2008/02/05 02:41:15 mrg Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -539,6 +539,17 @@ port sun2 same problem.) kcah + hack gcc 4.1.3/sun2 + cdate Fri Jun 23 10:30:25 PDT 2006 + who mrg + file gnu/lib/libgcc4/Makefile.inc : 1.7 + file lib/libc/gdtoa/Makefile.inc : 1.7 + file lib/libm/Makefile : 1.80 + descr + parts of libgcc, libgtoa and libm fail with sun2 gcc 4.1.3. + hack uses -O0 to avoid the problem. + kcah + port m68000