projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c31ecf
)
Makefile: pass PRETTY=0 to ABC
author
Xiretza
<xiretza@xiretza.xyz>
Mon, 14 Jun 2021 10:16:19 +0000
(12:16 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Mon, 5 Jul 2021 14:40:48 +0000
(16:40 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index aaf0398cc513eaba33d6c6c28433f39933a34ba8..28bf12c64ccfd00f2f29d83af1f1eca3a67b27de 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-142,7
+142,7
@@
bumpversion:
ABCREV = 4f5f73d
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
-ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1
+ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1
VERBOSE=$(Q)
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.