diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 09:27:35 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 09:27:35 -0800 |
commit | c89186b363056060838c79621889075aa1484194 (patch) | |
tree | 27bebf2bfcbcf94fc8968e0a633b4cb594c2d619 | |
parent | b5f60e055d07579a2d4f23fc053ca030f103f377 (diff) | |
download | yosys-c89186b363056060838c79621889075aa1484194.tar.gz yosys-c89186b363056060838c79621889075aa1484194.tar.bz2 yosys-c89186b363056060838c79621889075aa1484194.zip |
Revert ABCREV
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ bumpversion: # 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 = f6dc4a5 +ABCREV = 623b5e8 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |