From 609dfaac82501bbb57c6c75021491b0e756ca6c2 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 17 Sep 2006 20:08:47 +0000 Subject: Now builds on sparc64 --- emulators/vba/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/vba') diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 8c780eb0338..a2555561ff3 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -34,7 +34,7 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL .include -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +.if ${ARCH} == "ia64" BROKEN= "Runaway cc1plus process" .endif -- cgit