diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:43:22 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:43:22 -0800 |
commit | 2ca8c10e7a39c1924aa918d0f8235966d6cd3307 (patch) | |
tree | c39cc3d0ec1cecfd90bf168ebd5cf70c05b09239 /Makefile | |
parent | 8f5388ea5b88d4e848b1110fed2abf7544440185 (diff) | |
parent | 66b0f3c406fca11d789b26d85dd27660eacee26c (diff) | |
download | yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.tar.gz yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.tar.bz2 yosys-2ca8c10e7a39c1924aa918d0f8235966d6cd3307.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ bumpversion: # 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 = f6dc4a5 +ABCREV = 144c5be ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |