aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-03-06 10:32:48 -0800
committerEddie Hung <eddie@fpgeh.com>2020-03-06 10:32:48 -0800
commit7a89ed1fa2843b210e5fea9e64eb90ce8e23449c (patch)
treed1b1b5394f1474339b66bb746ee47c56dea6144f
parentbfeba9ad11847e6a0cbe47f880f3642d5e3a8061 (diff)
downloadyosys-7a89ed1fa2843b210e5fea9e64eb90ce8e23449c.tar.gz
yosys-7a89ed1fa2843b210e5fea9e64eb90ce8e23449c.tar.bz2
yosys-7a89ed1fa2843b210e5fea9e64eb90ce8e23449c.zip
Bump ABCREV to receive fix for #1675
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9dfd9df0..864be3c2e 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 = 71f2b40
+ABCREV = ed90ce2
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1