diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-09-15 21:25:59 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-09-15 21:25:59 +0200 |
commit | 76c11d74546cc5521ffd10100db9141f22bb65db (patch) | |
tree | 46f5430f81027039bd2e62fcee05ae7f2c79fc94 | |
parent | 498526cc0beef5f3d5da88f91806eb043551a549 (diff) | |
download | yosys-76c11d74546cc5521ffd10100db9141f22bb65db.tar.gz yosys-76c11d74546cc5521ffd10100db9141f22bb65db.tar.bz2 yosys-76c11d74546cc5521ffd10100db9141f22bb65db.zip |
Update ABC to hg rev cd6984ee82d4
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,10 +99,10 @@ OBJS = kernel/version_$(GIT_REV).o # is just a symlink to your actual ABC working directory, as 'make mrproper' # will remove the 'abc' directory and you do not want to accidentally # delete your work on ABC.. -ABCREV = efbf7f13ea9e +ABCREV = cd6984ee82d4 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc -ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" +ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 # 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. |