aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-18 15:14:38 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-18 15:14:38 -0800
commit76ba06a79ea917a0e515aa0e99ae41f42e8bddc9 (patch)
tree8a4c1af0bd0cd97bdec31a009a9a6285cc0cf994 /Makefile
parentc9c77a90b32a1fea64823dbded7eeddf826617a1 (diff)
downloadyosys-76ba06a79ea917a0e515aa0e99ae41f42e8bddc9.tar.gz
yosys-76ba06a79ea917a0e515aa0e99ae41f42e8bddc9.tar.bz2
yosys-76ba06a79ea917a0e515aa0e99ae41f42e8bddc9.zip
Bump ABC again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44d064896..e268a4281 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 = 02393a2
+ABCREV = c4b12fa
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1