Files
termux-packages/packages/yosys/Makefile.patch
termux-pacman-bot db1d0e73bf tree-wide: Cleanup lib{pthread,rt} patches
not handled in commit 986babfda72fce9241b9f1045c7ae0132ce4dce7.

%ci:no-build
2023-02-13 09:03:02 +00:00

24 lines
457 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# features (the more the better)
ENABLE_TCL := 1
-ENABLE_ABC := 1
+ENABLE_ABC := 0
ENABLE_GLOB := 1
ENABLE_PLUGINS := 1
ENABLE_READLINE := 1
@@ -216,9 +215,8 @@
endif
ifeq ($(CONFIG),clang)
-CXX = clang
-LD = clang++
-CXXFLAGS += -std=$(CXXSTD) -Os
+LD = $(CXX)
+CXXFLAGS += -std=$(CXXSTD)
ABCMKARGS += ARCHFLAGS="-DABC_USE_STDINT_H -Wno-c++11-narrowing $(ABC_ARCHFLAGS)"
ifneq ($(SANITIZER),)