Skip to content
Snippets Groups Projects
Commit 1432af7a authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-08-22 14:05:05 by sewardj]

Don't do cg026 on sparc; it doesn't work with the NCG (foreign label stderr).
parent 10c6574b
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.13 2000/08/15 11:41:19 rrt Exp $
# $Id: Makefile,v 1.14 2000/08/22 14:05:05 sewardj Exp $
TOP = ../..
include $(TOP)/mk/boilerplate.mk
......@@ -7,6 +7,9 @@ include $(TOP)/mk/boilerplate.mk
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
OMITTED_RUNTESTS = cg030.run cg035.run
endif
ifeq "$(TARGETPLATFORM)" "sparc-sun-solaris2"
OMITTED_RUNTESTS = cg026.run
endif
include $(TOP)/mk/should_run.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment