1
0
mirror of synced 2026-02-02 23:21:07 +00:00

Merge pull request #246 from set-soft/abc_external_ovr

Allow to overwrite ABCEXTERNAL from the environment.
This commit is contained in:
Clifford Wolf
2016-10-14 09:36:31 +02:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"
# 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.
ABCEXTERNAL =
ABCEXTERNAL ?=
define newline