mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Updated ABC to 51705b168d7a
This commit is contained in:
parent
3b6ebb62fc
commit
082550f1f3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -67,9 +67,9 @@ OBJS = kernel/version_$(GIT_REV).o
|
||||||
# is just a symlink to your actual ABC working directory, as 'make mrproper'
|
# 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
|
# will remove the 'abc' directory and you do not want to accidentally
|
||||||
# delete your work on ABC..
|
# delete your work on ABC..
|
||||||
ABCREV = 61ad5f908c03
|
ABCREV = 51705b168d7a
|
||||||
ABCPULL = 1
|
ABCPULL = 1
|
||||||
ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)"
|
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)"
|
||||||
|
|
||||||
define newline
|
define newline
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue