Remove mention of gcc-3-libtelnet hack.

The hack was removed from lib/libtelnet/Makefile rev 1.16, following
the lib/libtelnet/kerberos.c revision rev 1.10 that fixed the original
problem.
This commit is contained in:
uwe 2003-08-14 15:08:32 +00:00
parent b71227cf2b
commit a6c91a4aa0

View File

@ -1,4 +1,4 @@
# $NetBSD: HACKS,v 1.5 2003/07/26 17:24:48 salo Exp $
# $NetBSD: HACKS,v 1.6 2003/08/14 15:08:32 uwe Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@ -207,18 +207,6 @@ descr
exported termcap, this would cause those modifications to be ignored.
kcah
hack gcc-3-libtelnet
mdate 29 Jan 2002
who thorpej
file lib/libtelnet/Makefile : 1.14 : 14 : 17
descr
GCC 3.x issues a spurious warning when compiling a Duff's Device
with optimization, even though it compiles the file correctly.
GCC PR optimization/5230. kerberos.c contains a Duff's Device
in the checksum routine. Hack is to build libtelnet w/o optimization
if HAVE_GCC3 is set.
kcah
hack gcc-sh3-sed
mdate 23 Apr 2002
who thorpej