Skip to content

Commit 7efe078

Browse files
committed
fix: change compiler for yosys to GCC
1 parent 0683270 commit 7efe078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yosys/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
CONFIG := clang
3-
# CONFIG := gcc
2+
# CONFIG := clang
3+
CONFIG := gcc
44
# CONFIG := afl-gcc
55
# CONFIG := emcc
66
# CONFIG := wasi

0 commit comments

Comments
 (0)