Skip to content

Commit

Permalink
Disable bison for sparc. Its not appearing in the sparc results anywa…
Browse files Browse the repository at this point in the history
…ys. Its failures are slowing down the tester.

llvm-svn: 18768
  • Loading branch information
tlattner committed Dec 10, 2004
1 parent e2b1e13 commit 32187f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MultiSource/Benchmarks/Prolangs-C/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@ LEVEL = ../../..
PARALLEL_DIRS := TimberWolfMC agrep allroots archie-client assembler bison \
cdecl compiler dixie fixoutput football gnugo loader \
plot2fig simulator unix-smail unix-tbl

# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config

# Disable bison due to insane running times of bison.native
ifeq ($(ARCH), Sparc)
PARALLEL_DIRS := $(filter-out bison, $(PARALLEL_DIRS))
endif




include $(LEVEL)/Makefile.programs

0 comments on commit 32187f2

Please sign in to comment.