aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-07-15 12:51:03 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-07-15 12:51:03 +0200
commitd25f349f4d7de06da49df90af91a5cbdd0ae3237 (patch)
treeae82cbecf0d94081a5abae0bc9bfe8f99984d5d5 /Makefile
parent08c319fc352fb2670b7416b5fb16ddcb9a400049 (diff)
downloadyosys-d25f349f4d7de06da49df90af91a5cbdd0ae3237.tar.gz
yosys-d25f349f4d7de06da49df90af91a5cbdd0ae3237.tar.bz2
yosys-d25f349f4d7de06da49df90af91a5cbdd0ae3237.zip
Update to latest abc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71be8ff17..92416d1b0 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,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 = 5f40c47
+ABCREV = c95d949
ABCPULL = 1
ABCURL ?= https://github.com/YosysHQ/abc
ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" ABC_USE_LIBSTDCXX=1 ABC_USE_NAMESPACE=abc VERBOSE=$(Q)
@@ -314,7 +314,7 @@ CXXFLAGS := $(WASIFLAGS) -std=$(CXXSTD) -Os $(filter-out -fPIC,$(CXXFLAGS))
LDFLAGS := $(WASIFLAGS) -Wl,-z,stack-size=1048576 $(filter-out -rdynamic,$(LDFLAGS))
LDLIBS := $(filter-out -lrt,$(LDLIBS))
ABCMKARGS += AR="$(AR)" RANLIB="$(RANLIB)"
-ABCMKARGS += ARCHFLAGS="$(WASIFLAGS) -DABC_USE_STDINT_H -DABC_NO_DYNAMIC_LINKING -Wno-c++11-narrowing"
+ABCMKARGS += ARCHFLAGS="$(WASIFLAGS) -DABC_USE_STDINT_H -DABC_NO_DYNAMIC_LINKING -DABC_NO_RLIMIT -Wno-c++11-narrowing"
ABCMKARGS += OPTFLAGS="-Os"
EXE = .wasm