Skip to content
Snippets Groups Projects
Commit 28660d64 authored by David Monniaux's avatar David Monniaux
Browse files

do not compile picosat on kvx

parent 755530c3
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,10 @@ endif ...@@ -13,9 +13,10 @@ endif
all: all:
set -e; for i in $(DIRS); do $(MAKE) CCOMPOPTS='$(CCOMPOPTS)' -C $$i all; done set -e; for i in $(DIRS); do $(MAKE) CCOMPOPTS='$(CCOMPOPTS)' -C $$i all; done
ifneq ($(ARCH),kvx)
cd $(PICOSAT) && ./configure.sh && cd .. cd $(PICOSAT) && ./configure.sh && cd ..
$(MAKE) CCOMPOPTS='$(CCOMPOPTS)' -C $(PICOSAT) -f Makefile.local all $(MAKE) CCOMPOPTS='$(CCOMPOPTS)' -C $(PICOSAT) -f Makefile.local all
endif
test: test:
set -e; for i in $(DIRS); do $(MAKE) SIMU='$(SIMU)' -C $$i test; done set -e; for i in $(DIRS); do $(MAKE) SIMU='$(SIMU)' -C $$i test; done
......
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