diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-18 15:14:38 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-18 15:14:38 -0800 |
commit | 76ba06a79ea917a0e515aa0e99ae41f42e8bddc9 (patch) | |
tree | 8a4c1af0bd0cd97bdec31a009a9a6285cc0cf994 /Makefile | |
parent | c9c77a90b32a1fea64823dbded7eeddf826617a1 (diff) | |
download | yosys-76ba06a79ea917a0e515aa0e99ae41f42e8bddc9.tar.gz yosys-76ba06a79ea917a0e515aa0e99ae41f42e8bddc9.tar.bz2 yosys-76ba06a79ea917a0e515aa0e99ae41f42e8bddc9.zip |
Bump ABC again
Diffstat (limited to 'Makefile')
-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 = 02393a2 +ABCREV = c4b12fa ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |