diff options
author | kristerw <kristerw> | 2004-01-31 01:25:51 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-01-31 01:25:51 +0000 |
commit | c6ea8fb40aec1430d413bf3fc263c4930a8eb008 (patch) | |
tree | 507ad794cfa22d640720a8cbdaa2e2fcaa84d4cc | |
parent | e2accc05bb598e0ae57806f3c727cc905d3c4a76 (diff) | |
download | pkgsrc-c6ea8fb40aec1430d413bf3fc263c4930a8eb008.tar.gz |
Note workaround for arm/gcc 2.95.3 in databases/cdb.
-rw-r--r-- | doc/HACKS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index f664eed82a5..686ca23c804 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.22 2004/01/31 01:07:52 kristerw Exp $ +# $NetBSD: HACKS,v 1.23 2004/01/31 01:25:51 kristerw Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -392,3 +392,11 @@ port arm file games/sjeng/Makefile : 1.7 descr Internal compiler error when compiling search.c. kcah + +hack gcc 2.95.3/arm -O* bug +cdate 31 Jan 2003 +who kristerw +port arm +file databases/cdb/patches/patch-aa : 1.1 +descr Compilation of the tryulong32.c configuration test takes ~forever. +kcah |