aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-01-06 09:27:35 -0800
committerEddie Hung <eddie@fpgeh.com>2020-01-06 09:27:35 -0800
commitc89186b363056060838c79621889075aa1484194 (patch)
tree27bebf2bfcbcf94fc8968e0a633b4cb594c2d619 /Makefile
parentb5f60e055d07579a2d4f23fc053ca030f103f377 (diff)
downloadyosys-c89186b363056060838c79621889075aa1484194.tar.gz
yosys-c89186b363056060838c79621889075aa1484194.tar.bz2
yosys-c89186b363056060838c79621889075aa1484194.zip
Revert ABCREV
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7319796b..a85f6350c 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 = 623b5e8
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1