summaryrefslogtreecommitdiff
path: root/debian/patches/02_removeabc.patch
blob: 19fcc3d2a764dd93892a1a3e940c4cf9d504aecf (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	2015-10-07 23:54:26.216870697 +0400
+++ yosys/Makefile	2015-10-07 23:54:26.212870482 +0400
@@ -174,7 +174,7 @@
 
 ifeq ($(ENABLE_ABC),1)
 CXXFLAGS += -DYOSYS_ENABLE_ABC
-TARGETS += yosys-abc$(EXE)
+#TARGETS += yosys-abc$(EXE)
 endif
 
 ifeq ($(ENABLE_VERIFIC),1)