summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authorgrant <grant>2004-07-10 13:23:55 +0000
committergrant <grant>2004-07-10 13:23:55 +0000
commitb4471238bfe3d469d22fd537e7f927eaafbb3504 (patch)
tree1d9d785a0ff1dc443b27797a0dbf0e3b1d6ccf43 /doc/HACKS
parent5b31586dc543370c02af6c72d67a2093f15ff5f7 (diff)
downloadpkgsrc-b4471238bfe3d469d22fd537e7f927eaafbb3504.tar.gz
note a sparc64 gcc optimisation workaround.
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