summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-10-19 20:15:05 +0000
committerkristerw <kristerw@pkgsrc.org>2003-10-19 20:15:05 +0000
commitc1369717aa065cdd1a6be5fd02b28674b2f83d3a (patch)
treea12ac7c0ef6458443493f5b7a854d1ab664beed1 /doc/HACKS
parent12e77fd4ad5e9ce99ad383cc2b5c73812e21e8ca (diff)
downloadpkgsrc-c1369717aa065cdd1a6be5fd02b28674b2f83d3a.tar.gz
Document the workaround in mail/safecat for gcc 2.95.3/arm.
Diffstat (limited to 'doc/HACKS')
-rw-r--r--doc/HACKS10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index 4fe6eaf35b0..6ea0003cd94 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.18 2003/09/26 10:59:16 gavan Exp $
+# $NetBSD: HACKS,v 1.19 2003/10/19 20:15:05 kristerw Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -389,3 +389,11 @@ descr
on Solaris. Removing the reference to libpthread.a from libpthread.la
after buildlinking allows ORBit to build on Solaris.
kcah
+
+hack gcc 2.95.3/arm -O* bug
+cdate 19 Oct 2003
+who kristerw
+port arm
+file mail/safecat/patches/patch-aa : 1.1
+descr Compilation of the tryulong32.c configuration test takes ~forever.
+kcah