summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-05-14 15:44:12 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-22 07:23:08 +0200
commit8653d2746488ef779709b669eeaab1074e1d244d (patch)
tree42b9b42effcd810e24f039debd411f32d37a1900
parent8e28f23a2a1fd5e5cc81a11d669598e8253e1b18 (diff)
Don't build abc when building yosys. It is built as a separate source package.
Forwarded: doesn't make sense upstream Gbp-Pq: Name 02_removeabc.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27eb998f..f26a6e0d 100644
--- a/Makefile
+++ b/Makefile
@@ -225,7 +225,7 @@ endif
ifeq ($(ENABLE_ABC),1)
CXXFLAGS += -DYOSYS_ENABLE_ABC
ifeq ($(ABCEXTERNAL),)
-TARGETS += yosys-abc$(EXE)
+#TARGETS += yosys-abc$(EXE)
endif
endif