aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2020-11-24 21:32:27 -0500
committerWilliam D. Jones <thor0505@comcast.net>2020-11-24 21:32:27 -0500
commit9431033921286c20af594e1dfba96be96a88eb9c (patch)
tree188bdae96b15922fdaf21466346121222e67e000 /Makefile
parent296a23f489b4534e581d887a08d6a0326efc8dd6 (diff)
downloadyosys-9431033921286c20af594e1dfba96be96a88eb9c.tar.gz
yosys-9431033921286c20af594e1dfba96be96a88eb9c.tar.bz2
yosys-9431033921286c20af594e1dfba96be96a88eb9c.zip
Makefile: Update ABCREV to bring in sccache fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e4586aa5..fe1afd193 100644
--- a/Makefile
+++ b/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