diff options
author | William D. Jones <thor0505@comcast.net> | 2020-11-24 21:32:27 -0500 |
---|---|---|
committer | William D. Jones <thor0505@comcast.net> | 2020-11-24 21:32:27 -0500 |
commit | 9431033921286c20af594e1dfba96be96a88eb9c (patch) | |
tree | 188bdae96b15922fdaf21466346121222e67e000 /Makefile | |
parent | 296a23f489b4534e581d887a08d6a0326efc8dd6 (diff) | |
download | yosys-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |