aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-11 07:59:18 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-11 07:59:18 -0800
commit9005bb97ff35513a510344108db203c5f5193ec6 (patch)
tree831d1d2e93acffb658596e3405ebfce8204c5659
parent7532416cd7a8c3fb41592c6677a30e0dad53813c (diff)
downloadyosys-9005bb97ff35513a510344108db203c5f5193ec6.tar.gz
yosys-9005bb97ff35513a510344108db203c5f5193ec6.tar.bz2
yosys-9005bb97ff35513a510344108db203c5f5193ec6.zip
Bump ABCREV for upstream fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd95219ee..9140cac0f 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 = 144c5be
+ABCREV = 71f2b40
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1