diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 07:59:18 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 07:59:18 -0800 |
commit | 9005bb97ff35513a510344108db203c5f5193ec6 (patch) | |
tree | 831d1d2e93acffb658596e3405ebfce8204c5659 | |
parent | 7532416cd7a8c3fb41592c6677a30e0dad53813c (diff) | |
download | yosys-9005bb97ff35513a510344108db203c5f5193ec6.tar.gz yosys-9005bb97ff35513a510344108db203c5f5193ec6.tar.bz2 yosys-9005bb97ff35513a510344108db203c5f5193ec6.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 = 144c5be +ABCREV = 71f2b40 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |