summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2006-06-02 19:45:25 +0000
committermrg <mrg@NetBSD.org>2006-06-02 19:45:25 +0000
commit98bb9a5d9fab32ea3d829abbeda2bdb84edf13e2 (patch)
treed5c8f34ee92c717474696a5326d2cdfecc2a758d
parent95c96a60f23e4589bfd95f2eb31206a349e23a9c (diff)
remove sh3/gcc2 hack.
-rw-r--r--doc/HACKS11
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/HACKS b/doc/HACKS
index fcbd74a33de..d00c8a11c06 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.76 2006/05/25 09:05:40 mrg Exp $
+# $NetBSD: HACKS,v 1.77 2006/06/02 19:45:25 mrg Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -525,15 +525,6 @@ port pc532
port sh3
- hack gcc-sh3-sed
- mdate 23 Apr 2002
- who thorpej
- file usr.bin/sed/Makefile : 1.9 : 9 : 13
- descr
- The in-tree GCC 2.95.3-based compiler ICEs when building
- with optimization for SuperH. Hack is to build with -O0.
- kcah
-
hack gcc4-sh3-bz2
mdate 20 May 2006
who mrg