diff options
author | Salvador E. Tropea <salvador@inti.gob.ar> | 2016-10-13 17:51:14 -0300 |
---|---|---|
committer | Salvador E. Tropea <salvador@inti.gob.ar> | 2016-10-13 17:51:14 -0300 |
commit | cc8f29a1e60030dc81099c40a99a1f8731bbf114 (patch) | |
tree | 02cab58e53bc9a027a0a091c79fbcd0a7ea80f99 | |
parent | f263b175b5d6dc464dd46119a16e9413c5907134 (diff) | |
download | yosys-cc8f29a1e60030dc81099c40a99a1f8731bbf114.tar.gz yosys-cc8f29a1e60030dc81099c40a99a1f8731bbf114.tar.bz2 yosys-cc8f29a1e60030dc81099c40a99a1f8731bbf114.zip |
Allow to overwrite ABCEXTERNAL from the environment.
In this way Debian scripts can define it as berkeley-abc from the shell.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,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 |