diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-05-30 13:04:40 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-05-30 13:10:10 +0200 |
commit | a77e27ab1579ed0f89bff898d0a0ea7ae0c13701 (patch) | |
tree | 73c3988ce1874da7def6ca09e6fc716abd64f570 | |
parent | cee4b1e6bc11fff1d2d97985a96e6990afc57950 (diff) | |
download | yosys-a77e27ab1579ed0f89bff898d0a0ea7ae0c13701.tar.gz yosys-a77e27ab1579ed0f89bff898d0a0ea7ae0c13701.tar.bz2 yosys-a77e27ab1579ed0f89bff898d0a0ea7ae0c13701.zip |
Update ABC to git rev 6df1396
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,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 = f23ea8e +ABCREV = 6df1396 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |