diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 11:14:05 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-06 11:14:05 -0800 |
commit | 7738d608e3f88695248dd49f923492e643b428dd (patch) | |
tree | c49f2429a80c0d59e23106e170a0e02fdf922342 /Makefile | |
parent | 50b68777d3a79e283ab22388e686f615e520524d (diff) | |
download | yosys-7738d608e3f88695248dd49f923492e643b428dd.tar.gz yosys-7738d608e3f88695248dd49f923492e643b428dd.tar.bz2 yosys-7738d608e3f88695248dd49f923492e643b428dd.zip |
Bump ABCREV for upstream fix
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 = 623b5e8 +ABCREV = f6dc4a5 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |