summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-25 00:20:59 +0000
committersalo <salo@pkgsrc.org>2003-01-25 00:20:59 +0000
commit4b62b56557f1121f06d6e909c2fa6cccaa00fc0d (patch)
treef491a4eb8d0d7a259424a501e38eebaf8cef9077 /doc/HACKS
parentd5efb43551e5e635266dc459a18a0d36699594ea (diff)
downloadpkgsrc-4b62b56557f1121f06d6e909c2fa6cccaa00fc0d.tar.gz
Belatedly document silc-{client,server} SHA1Transform() hack.
Diffstat (limited to 'doc/HACKS')
-rw-r--r--doc/HACKS13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index 3db38450f9a..ca3f2015af9 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.3 2003/01/23 10:39:21 dmcmahill Exp $
+# $NetBSD: HACKS,v 1.4 2003/01/25 00:20:59 salo Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -315,3 +315,14 @@ descr
compilation of altairz80
kcah
+hack gcc-sparc64-memorysize
+mdate 8 Jan 2003
+who salo
+port sparc64
+file chat/silc-client/patch-ab : 1.8
+file chat/silc-server/patch-ac : 1.7
+descr
+ The SHA1Transform() function causes the sparc64 compiler to use
+ excessive amounts of memory attempting to optimise this function.
+ Using no optimisation allows the function to build.
+kcah