aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-07 15:40:37 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-07 15:40:37 -0800
commit66b0f3c406fca11d789b26d85dd27660eacee26c (patch)
tree6026a993101cd126ef5b2d04bf21211a95ec7c62 /Makefile
parentfce727115a727f8c599be59b5f3e373fbf19f991 (diff)
downloadyosys-66b0f3c406fca11d789b26d85dd27660eacee26c.tar.gz
yosys-66b0f3c406fca11d789b26d85dd27660eacee26c.tar.bz2
yosys-66b0f3c406fca11d789b26d85dd27660eacee26c.zip
Bump ABCREV for upstream fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7319796b..fd95219ee 100644
--- a/Makefile
+++ b/Makefile
@@ -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 = f6dc4a5
+ABCREV = 144c5be
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1