From bb9374b67c583761f4bdc72dbd19a79940d51082 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 19 Mar 2016 20:02:40 +0100 Subject: Improvements in ABCEXTERNAL handling --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e67070b73..514765db4 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ ABCREV = ae7d65e71adc ABCPULL = 1 ABCMKARGS = CC="$(CXX)" CXX="$(CXX)" -# set ABCEXTERNAL = "abc-command" to use an external ABC instance +# set ABCEXTERNAL = to use an external ABC instance # Note: The in-tree ABC (yosys-abc) will not be installed when ABCEXTERNAL is set. ABCEXTERNAL = @@ -210,8 +210,6 @@ ifeq ($(ENABLE_ABC),1) CXXFLAGS += -DYOSYS_ENABLE_ABC ifeq ($(ABCEXTERNAL),) TARGETS += yosys-abc$(EXE) -else -CXXFLAGS += -DYOSYS_ABC_EXE=\"$(ABCEXTERNAL)\" endif endif -- cgit v1.2.3