Force abc to be linked statically and without threads in emscripten

This commit is contained in:
Robert Ou 2018-03-31 14:50:21 -07:00
parent 9763e4d830
commit d9ef793430
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,11 @@ EXE = .js
TARGETS := $(filter-out yosys-config,$(TARGETS))
EXTRA_TARGETS += yosysjs-$(YOSYS_VER).zip
ifeq ($(ENABLE_ABC),1)
LINK_ABC := 1
DISABLE_ABC_THREADS := 1
endif
viz.js:
wget -O viz.js.part https://github.com/mdaines/viz.js/releases/download/0.0.3/viz.js
mv viz.js.part viz.js