diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:40:37 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:40:37 -0800 |
commit | 66b0f3c406fca11d789b26d85dd27660eacee26c (patch) | |
tree | 6026a993101cd126ef5b2d04bf21211a95ec7c62 | |
parent | fce727115a727f8c599be59b5f3e373fbf19f991 (diff) | |
download | yosys-66b0f3c406fca11d789b26d85dd27660eacee26c.tar.gz yosys-66b0f3c406fca11d789b26d85dd27660eacee26c.tar.bz2 yosys-66b0f3c406fca11d789b26d85dd27660eacee26c.zip |
Bump ABCREV for upstream fix
-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 = 144c5be ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |