aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-09-29 09:34:17 +0100
committerYann Herklotz <git@yannherklotz.com>2022-09-29 09:34:17 +0100
commit22cd0a61ed10bfb2f98063093337935f65eb3493 (patch)
tree875f825ee7623571b805ee47d5edc5c8001ba019
parent1a2e00313fc660dee10148cbdf8a8dca7702642b (diff)
downloadvericert-22cd0a61ed10bfb2f98063093337935f65eb3493.tar.gz
vericert-22cd0a61ed10bfb2f98063093337935f65eb3493.zip
Add build flag for BSD architecture
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c1b8dd2..056255f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,9 @@ endif
ifeq ($(UNAME_S),Darwin)
ARCH := verilog-macosx
endif
+ifeq ($(UNAME_S),FreeBSD)
+ ARCH := verilog-bsd
+endif
COMPCERTRECDIRS := lib common verilog backend cfrontend driver cparser