summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
Diffstat (limited to 'doc/HACKS')
-rw-r--r--doc/HACKS12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index b5cdf701da9..8f87e54868b 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.25 2004/05/30 00:14:43 recht Exp $
+# $NetBSD: HACKS,v 1.26 2004/07/10 13:23:55 grant Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -423,3 +423,13 @@ descr
The default compiler flags on the alpha port "-O2 -mieee"
cause the c++ compiler to generate buggy code.
kcah
+
+hack sparc64 gcc 3.3.x -O2 bug
+cdate 29 Apr 2004
+who adam
+port sparc64
+file graphics/netpbm/patches/patch-ab
+descr
+ sparc64 gcc 3.3.x toolchain bug means we must compile exif.o
+ without optimisation
+kcah