3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Updated ABC to hg 8e08604f8ad3

This commit is contained in:
Clifford Wolf 2016-09-07 11:08:54 +02:00
parent ab18e9df7c
commit e2570ffb87

View file

@ -82,7 +82,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 = a86455b00da5
ABCREV = 8e08604f8ad3
ABCPULL = 1
ABCURL ?= https://bitbucket.org/alanmi/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"