summaryrefslogtreecommitdiff
path: root/debian/patches/02_removeabc.patch
blob: c86d7f593e01e303e01ee9762a7851e287624708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't build abc when building yosys.
  It is built as a separate source package.
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim@gmail.com>
Index: yosys/Makefile
===================================================================
--- yosys.orig/Makefile
+++ yosys/Makefile
@@ -204,7 +204,7 @@ endif
 
 ifeq ($(ENABLE_ABC),1)
 CXXFLAGS += -DYOSYS_ENABLE_ABC
-TARGETS += yosys-abc$(EXE)
+#TARGETS += yosys-abc$(EXE)
 endif
 
 ifeq ($(ENABLE_VERIFIC),1)