diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-10-11 13:58:51 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-10-11 13:58:51 +0200 |
commit | 2b03a73a460a2033f8944c7c85623cef11600024 (patch) | |
tree | 4055ee8f4cac2476d3a0b33a0adc034714355d70 | |
parent | 12c10892e6783e0a1ef52776c232dd342745543f (diff) | |
download | yosys-2b03a73a460a2033f8944c7c85623cef11600024.tar.gz yosys-2b03a73a460a2033f8944c7c85623cef11600024.tar.bz2 yosys-2b03a73a460a2033f8944c7c85623cef11600024.zip |
Update ABC to hg rev 6283c5d99b06
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ 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 = 0fc1803a77c0 +ABCREV = 6283c5d99b06 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |