summaryrefslogtreecommitdiff
path: root/debian/patches/02_removeabc.patch
blob: 2367c8749df0e0e181b2125216dc7f41f6a33a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Sat, 14 May 2016 15:44:12 +0200
Subject: Don't build abc when building yosys. It is built as a separate
 source package.

Forwarded: doesn't make sense upstream
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b8f4ffd..eeb6b91 100644
--- a/Makefile
+++ b/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)