diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-04-04 11:47:59 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-04-04 11:47:59 +0200 |
commit | 082550f1f3aad3785ea5a712362a32e599e41f88 (patch) | |
tree | 4952ea8b3018d5645a5ec59ca868886f2b3eb3ba /Makefile | |
parent | 3b6ebb62fc49ad5b691019d2fd441d7e72bddb50 (diff) | |
download | yosys-082550f1f3aad3785ea5a712362a32e599e41f88.tar.gz yosys-082550f1f3aad3785ea5a712362a32e599e41f88.tar.bz2 yosys-082550f1f3aad3785ea5a712362a32e599e41f88.zip |
Updated ABC to 51705b168d7a
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,9 +67,9 @@ 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 = 61ad5f908c03 +ABCREV = 51705b168d7a ABCPULL = 1 -ABCMKARGS = # CC="$(CXX)" CXX="$(CXX)" +ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" define newline |