remove alpha/sparc64 workaround for a gcc bug that no longer seems to exist

This commit is contained in:
pvalchev 2004-10-26 19:52:32 +00:00
parent 15fedaeb60
commit ef6ee84872

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2004/04/08 06:25:17 brad Exp $
# $OpenBSD: Makefile,v 1.46 2004/10/26 19:52:32 pvalchev Exp $
# $NetBSD: Makefile,v 1.2 1998/08/23 20:48:03 frueauf Exp $
COMMENT= "PDP, IBM 1401, Nova and other CPUs simulator"
@ -25,10 +25,6 @@ COPTS+= -DUSE_SOCKLEN_T \
-DPATH_KA655_BIN=\"${PREFIX}/lib/simh/vax/ka655.bin\"
MAKE_FILE= makefile
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
COPTS+= -O0
.endif
NO_REGRESS= Yes
VMEM_WARNING= Yes