aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-11-07 14:39:49 +0100
committerClifford Wolf <clifford@clifford.at>2014-11-07 14:39:49 +0100
commit4f4d729e02babd32ebf56de3e87408e05c5728bc (patch)
tree91581a1e47e6bc0699b19bfc5c1da7c448c65088 /Makefile
parentc529d4fc53ddbb96dd98f5d5fef37b4b5caa1896 (diff)
downloadyosys-4f4d729e02babd32ebf56de3e87408e05c5728bc.tar.gz
yosys-4f4d729e02babd32ebf56de3e87408e05c5728bc.tar.bz2
yosys-4f4d729e02babd32ebf56de3e87408e05c5728bc.zip
Updated ABC to 5b5af75f1dda
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1944f2e3..f6f42b3f7 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,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 = 930a4de962a1
+ABCREV = 5b5af75f1dda
ABCPULL = 1
ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)"