Update ABC to include WASI support fixes.
authorwhitequark <whitequark@whitequark.org>
Sat, 2 May 2020 00:18:33 +0000 (00:18 +0000)
committerwhitequark <whitequark@whitequark.org>
Sat, 2 May 2020 00:18:33 +0000 (00:18 +0000)
Makefile

index 1f8ffdc4728ede3a6e56a5f0f5fa0e81ea6d518a..838d2978819a0ec01523b254b2c7d4be849a0cc6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,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 = d14acd8
+ABCREV = fd2c9b1
 ABCPULL = 1
 ABCURL ?= https://github.com/YosysHQ/abc
 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1