Makefile: Update ABCREV to bring in sccache fixes.

This commit is contained in:
William D. Jones 2020-11-24 21:32:27 -05:00
parent 296a23f489
commit 9431033921
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,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 = 341db25
ABCREV = 4f5f73d
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1