Note vax /boot hack

This commit is contained in:
martin 2014-05-24 07:42:45 +00:00
parent 979920a6c2
commit 5d887935f7

View File

@ -1,4 +1,4 @@
# $NetBSD: HACKS,v 1.149 2014/05/13 18:55:07 macallan Exp $ # $NetBSD: HACKS,v 1.150 2014/05/24 07:42:45 martin Exp $
# #
# This file is intended to document workarounds for currently unsolved # This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs. # (mostly) compiler bugs.
@ -973,3 +973,12 @@ file src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/Makefile.inc: 1.6
descr workaround for n32 gcc doing unaligned 64bit accesses when optimizing descr workaround for n32 gcc doing unaligned 64bit accesses when optimizing
pr 48696 pr 48696
kcah kcah
port vax
hack compile boot with -O1
cdate Sat May 24 09:40:58 CEST 2014
who martin
file src/sys/arch/vax/boot/boot/Makefile: 1.41
descr /boot does not work when compiled with -O2 and gcc 4.8
kcah