diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-05-29 16:34:43 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-05-29 16:34:43 -0700 |
commit | 5e75abf8706971e115166cdc82435201d7a59b1e (patch) | |
tree | 03cd97eb04845e20ec4400b785a1e50da7961d2e /Makefile | |
parent | 25befbf5425458cf8cc5ee89635ad7e5f42d5778 (diff) | |
download | yosys-5e75abf8706971e115166cdc82435201d7a59b1e.tar.gz yosys-5e75abf8706971e115166cdc82435201d7a59b1e.tar.bz2 yosys-5e75abf8706971e115166cdc82435201d7a59b1e.zip |
Bump ABC
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,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 = 3709744 +ABCREV = 62487de ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |