diff options
author | salo <salo> | 2003-01-25 00:20:59 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-25 00:20:59 +0000 |
commit | 8db1b0fbf84633e7bf8be85b6fbd00dc2611f59d (patch) | |
tree | f491a4eb8d0d7a259424a501e38eebaf8cef9077 /doc/HACKS | |
parent | eeae2bd8dbf7955f85123d24d9bcdc711042115d (diff) | |
download | pkgsrc-8db1b0fbf84633e7bf8be85b6fbd00dc2611f59d.tar.gz |
Belatedly document silc-{client,server} SHA1Transform() hack.
Diffstat (limited to 'doc/HACKS')
-rw-r--r-- | doc/HACKS | 13 |
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 |