aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-17 11:01:15 -0700
committerEddie Hung <eddie@fpgeh.com>2019-04-17 11:01:15 -0700
commit116176e1511409af16c61aae07be98379057c624 (patch)
treebd7d140e4d79e2bbba75bc9b79498a617b65a731
parente1b550d203eecacc5b79b87de7a3d49ed5713382 (diff)
parentea8ac0aaad3a1f89ead8eb44b2fef5927f29a099 (diff)
downloadyosys-116176e1511409af16c61aae07be98379057c624.tar.gz
yosys-116176e1511409af16c61aae07be98379057c624.tar.bz2
yosys-116176e1511409af16c61aae07be98379057c624.zip
Merge remote-tracking branch 'origin/master' into xaig
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bc13dcdd..54d508115 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ OBJS = kernel/version_$(GIT_REV).o
# 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 = 2ddc57d
+ABCREV = d1b6413
ABCPULL = 1
ABCURL ?= https://github.com/berkeley-abc/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1