diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-10-19 20:15:05 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-10-19 20:15:05 +0000 |
commit | 3dfb3ad57f89980b523e9d8143dcc418a8f82c61 (patch) | |
tree | a12ac7c0ef6458443493f5b7a854d1ab664beed1 /doc | |
parent | 787fc7becefcdf885c12013a7df5cc1f5686adb9 (diff) | |
download | pkgsrc-3dfb3ad57f89980b523e9d8143dcc418a8f82c61.tar.gz |
Document the workaround in mail/safecat for gcc 2.95.3/arm.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKS | 10 |
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 |