diff options
author | grant <grant@pkgsrc.org> | 2003-06-01 02:02:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-01 02:02:49 +0000 |
commit | 41f65878b8b6852b14df7bbd873dfd4465006d36 (patch) | |
tree | de555966e0584a26e065011cd8e22ad9dc424ef3 | |
parent | 6c510a0eb998b41970f9f1d637c9be767bdc4560 (diff) | |
download | pkgsrc-41f65878b8b6852b14df7bbd873dfd4465006d36.tar.gz |
note archivers/zip hack for powerpc.
-rw-r--r-- | doc/HACKS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index 05685c8e189..5952523eb01 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.14 2003/03/15 02:15:57 dmcmahill Exp $ +# $NetBSD: HACKS,v 1.15 2003/06/01 02:02:49 grant Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -358,3 +358,13 @@ descr When compiling with -O2, gcc spins at one file. Going back to -O fixes this. (The usual story...) kcah + +hack zip -O bug +mdate 1 Jun 2003 +who grant +port powerpc +file archivers/zip/Makefile : 1.33 +descr + When compiling with -O or -O2, gcc dies with an internal + compiler error on crypt.c. Turning off optimization fixes this. +kcah |