Remove -fno-omit-frame-pointer hack for sun2 kernel.

This commit is contained in:
rin 2020-10-05 10:44:09 +00:00
parent db7d386e10
commit 06cb72d7e9
1 changed files with 1 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: HACKS,v 1.209 2020/09/18 14:09:47 christos Exp $
# $NetBSD: HACKS,v 1.210 2020/10/05 10:44:09 rin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@ -997,15 +997,3 @@ descr GCC 8.4 miscompiles aes_ccm_tag() for m68k with optimization level
At the moment, it is unclear whether this is due to differences b/w
68010-20 vs 68030-60, or something wrong with TME.
kcah
port sun2
hack compile kernel with -fno-omit-frame-pointer for GCC8
cdate Mon Aug 10 06:28:42 UTC 2020
who rin
file src/sys/arch/sun2/conf/Makefile.sun2: 1.25
descr Work around for reproducible kernel freezes just after ``Starting
postfix.'', where I cannot even enter DDB nor obtain crash dump.
I still haven't figured out why. Possibly something wrong with -Os
optimization level for GCC/m68k, cf.,
http://mail-index.netbsd.org/port-sun3/2020/07/19/msg000166.html
kcah