diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-10-25 14:51:59 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-10-25 14:51:59 +0200 |
commit | af36755e0a48cb02a14825125b78da66d50861a4 (patch) | |
tree | 251b65c5faa9b0f2483ddaac602f700b77926757 /Makefile | |
parent | a8cf431d9c1bd1c25a98e10ff45fad94f3e3a333 (diff) | |
download | yosys-af36755e0a48cb02a14825125b78da66d50861a4.tar.gz yosys-af36755e0a48cb02a14825125b78da66d50861a4.tar.bz2 yosys-af36755e0a48cb02a14825125b78da66d50861a4.zip |
Update ABC to hg rev f6838749f234
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,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 = 6283c5d99b06 +ABCREV = f6838749f234 ABCPULL = 1 ABCURL ?= https://bitbucket.org/alanmi/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |