Skip to content

Commit

Permalink
Parallel sleigh compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 7, 2021
1 parent 28a7e6a commit 06b81a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ghidra/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,12 @@ GHIDRA_SLEIGH_FILES+=$(GHIDRA_SLEIGH_HOME)/*.pspec
../ghidra-processors.txt:
cp -f ../ghidra-processors.txt.default ../ghidra-processors.txt

sleigh-build: sleighc ../ghidra-processors.txt
sleigh-build-serial: sleighc ../ghidra-processors.txt
for a in DATA $(shell cat ../ghidra-processors.txt) ; do ./sleighc -a $(GHIDRA_SLEIGH_HOME)/$$a ; done

sleigh-build: sleighc ../ghidra-processors.txt
for a in DATA $(shell cat ../ghidra-processors.txt) ; do ./sleighc -a $(GHIDRA_SLEIGH_HOME)/$$a & done

GHIDRA_PROCS=$(GHIDRA_SLEIGH_HOME)/*/*/*

sleigh-install:
Expand Down

0 comments on commit 06b81a4

Please sign in to comment.