diff options
author | grant <grant@pkgsrc.org> | 2004-07-10 13:23:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-10 13:23:55 +0000 |
commit | a52309654ebe284fb62679697cd467e72dfa30bb (patch) | |
tree | 1d9d785a0ff1dc443b27797a0dbf0e3b1d6ccf43 /doc/HACKS | |
parent | 1d8168af4ed9c0c67407984cee44107e049556a8 (diff) | |
download | pkgsrc-a52309654ebe284fb62679697cd467e72dfa30bb.tar.gz |
note a sparc64 gcc optimisation workaround.
Diffstat (limited to 'doc/HACKS')
-rw-r--r-- | doc/HACKS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index b5cdf701da9..8f87e54868b 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.25 2004/05/30 00:14:43 recht Exp $ +# $NetBSD: HACKS,v 1.26 2004/07/10 13:23:55 grant Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -423,3 +423,13 @@ descr The default compiler flags on the alpha port "-O2 -mieee" cause the c++ compiler to generate buggy code. kcah + +hack sparc64 gcc 3.3.x -O2 bug +cdate 29 Apr 2004 +who adam +port sparc64 +file graphics/netpbm/patches/patch-ab +descr + sparc64 gcc 3.3.x toolchain bug means we must compile exif.o + without optimisation +kcah |