mirror of https://github.com/YosysHQ/yosys.git
Makefile: Update ABCREV to bring in sccache fixes.
This commit is contained in:
parent
296a23f489
commit
9431033921
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue