Skip to content

Commit

Permalink
Namd is broken on SPARC and hangs the nightly tester
Browse files Browse the repository at this point in the history
llvm-svn: 17194
  • Loading branch information
mbrukman committed Oct 23, 2004
1 parent 2884f7f commit ff6b90a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions External/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ ifndef USE_NAMD
PARALLEL_DIRS := $(filter-out Namd/, $(PARALLEL_DIRS))
endif

# Sparc can't handle Namd: infinite loop, cause unknown
ifeq ($(ARCH),Sparc)
PARALLEL_DIRS := $(filter-out Namd/, $(PARALLEL_DIRS))
endif

include Makefile.external

0 comments on commit ff6b90a

Please sign in to comment.