diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 11:01:15 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-04-17 11:01:15 -0700 |
commit | 116176e1511409af16c61aae07be98379057c624 (patch) | |
tree | bd7d140e4d79e2bbba75bc9b79498a617b65a731 | |
parent | e1b550d203eecacc5b79b87de7a3d49ed5713382 (diff) | |
parent | ea8ac0aaad3a1f89ead8eb44b2fef5927f29a099 (diff) | |
download | yosys-116176e1511409af16c61aae07be98379057c624.tar.gz yosys-116176e1511409af16c61aae07be98379057c624.tar.bz2 yosys-116176e1511409af16c61aae07be98379057c624.zip |
Merge remote-tracking branch 'origin/master' into xaig
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,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 = 2ddc57d +ABCREV = d1b6413 ABCPULL = 1 ABCURL ?= https://github.com/berkeley-abc/abc ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 |