aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-10-25 14:51:59 +0200
committerClifford Wolf <clifford@clifford.at>2017-10-25 14:51:59 +0200
commitaf36755e0a48cb02a14825125b78da66d50861a4 (patch)
tree251b65c5faa9b0f2483ddaac602f700b77926757 /Makefile
parenta8cf431d9c1bd1c25a98e10ff45fad94f3e3a333 (diff)
downloadyosys-af36755e0a48cb02a14825125b78da66d50861a4.tar.gz
yosys-af36755e0a48cb02a14825125b78da66d50861a4.tar.bz2
yosys-af36755e0a48cb02a14825125b78da66d50861a4.zip
Update ABC to hg rev f6838749f234
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69c47f6b7..54e03eb78 100644
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,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 = 6283c5d99b06
+ABCREV = f6838749f234
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1