avoid compiler bug
This commit is contained in:
parent
6f4a402bf0
commit
8423827b89
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.8 2011/07/21 03:36:29 mrg Exp $
|
# $NetBSD: Makefile,v 1.9 2013/05/24 17:44:27 christos Exp $
|
||||||
|
|
||||||
NOLINT= 1 # XTODO: tess.ln SIGSEGVs lint :(
|
NOLINT= 1 # XTODO: tess.ln SIGSEGVs lint :(
|
||||||
|
|
||||||
@ -74,3 +74,8 @@ DPADD+= ${LIBSTDCXX} ${LIBM}
|
|||||||
# XXX -Wno-deprecated doesn't work?
|
# XXX -Wno-deprecated doesn't work?
|
||||||
CXXFLAGS+= -Wno-error
|
CXXFLAGS+= -Wno-error
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} == "m68000" || ${MACHINE_ARCH} == "m68k"
|
||||||
|
COPTS.sampleCompTop.cc+= -O0
|
||||||
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user