note mdsetimage/installboot sun2/gcc3 hacks.
This commit is contained in:
parent
00b48119d0
commit
902f36f19f
22
doc/HACKS
22
doc/HACKS
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: HACKS,v 1.16 2003/10/28 02:01:46 cl Exp $
|
||||
# $NetBSD: HACKS,v 1.17 2003/10/28 08:22:48 mrg Exp $
|
||||
#
|
||||
# This file is intended to document workarounds for currently unsolved
|
||||
# (mostly) compiler bugs.
|
||||
|
@ -240,3 +240,23 @@ descr
|
|||
Work around by adding explicit initializers.
|
||||
gcc bug report at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12792
|
||||
kcah
|
||||
|
||||
hack gcc 3.3.2/mdsetimage
|
||||
cdate Tue Oct 28 18:43:05 EST 2003
|
||||
who fredette
|
||||
port sun2
|
||||
file gnu/usr.sbin/mdsetimage/Makefile : 1.15
|
||||
descr
|
||||
mdsetimage.c causes cc1 to barf for as-yet unknown reasons. this
|
||||
hack ues -O0 to avoid the problem.
|
||||
kcah
|
||||
|
||||
hack gcc 3.3.2/installboot/ffs.c
|
||||
cdate Tue Oct 28 18:43:05 EST 2003
|
||||
who fredette
|
||||
port sun2
|
||||
file usr.sbin/installboot/Makefile : 1.26
|
||||
descr
|
||||
ffs.c causes cc1 to barf for as-yet unknown reasons. this
|
||||
hack ues -O0 to avoid the problem.
|
||||
kcah
|
||||
|
|
Loading…
Reference in New Issue