mirror of https://github.com/YosysHQ/yosys.git
Update ABC to hg rev cd6984ee82d4
This commit is contained in:
parent
498526cc0b
commit
76c11d7454
4
Makefile
4
Makefile
|
@ -99,10 +99,10 @@ 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 = efbf7f13ea9e
|
||||
ABCREV = cd6984ee82d4
|
||||
ABCPULL = 1
|
||||
ABCURL ?= https://bitbucket.org/alanmi/abc
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"
|
||||
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1
|
||||
|
||||
# set ABCEXTERNAL = <abc-command> to use an external ABC instance
|
||||
# Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set.
|
||||
|
|
Loading…
Reference in New Issue