diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-10-14 09:36:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-14 09:36:31 +0200 |
commit | 3c42462aa1003ac1340648cdc467e7e9f11686ff (patch) | |
tree | 2167855465aa93e89ceab1d5d16d9b2d281788a6 | |
parent | ee91350adda329be735c437d7319acd68e503cd8 (diff) | |
parent | 80749f174c83a3c52c6035a11ed8ed2bf1db0f91 (diff) | |
download | yosys-3c42462aa1003ac1340648cdc467e7e9f11686ff.tar.gz yosys-3c42462aa1003ac1340648cdc467e7e9f11686ff.tar.bz2 yosys-3c42462aa1003ac1340648cdc467e7e9f11686ff.zip |
Merge pull request #246 from set-soft/abc_external_ovr
Allow to overwrite ABCEXTERNAL from the environment.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |