diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:44:18 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-07 15:44:18 -0800 |
commit | 94ab3791ced9a9abcfe2cfce49b380a250d3731d (patch) | |
tree | b7c012c9a53effdbecb71bc36d7e36060ef39c6c /Makefile | |
parent | 3df869cc7cb6bd0afc2850bdcd5ce0409a36d53c (diff) | |
parent | 66b0f3c406fca11d789b26d85dd27660eacee26c (diff) | |
download | yosys-94ab3791ced9a9abcfe2cfce49b380a250d3731d.tar.gz yosys-94ab3791ced9a9abcfe2cfce49b380a250d3731d.tar.bz2 yosys-94ab3791ced9a9abcfe2cfce49b380a250d3731d.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_mfs
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 = 1485e63 +ABCREV = 144c5be ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |