From 71f418c4682b8870c9f6ecb3c6f966d6072f8dfc Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 31 Jan 2016 19:55:48 +0100 Subject: More clang sanitizer stuff --- passes/techmap/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes/techmap/Makefile.inc') diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index 674cb77c..fa938868 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -42,6 +42,6 @@ EXTRA_OBJS += passes/techmap/filterlib.o yosys-filterlib$(EXE): passes/techmap/filterlib.o $(Q) mkdir -p $(dir $@) - $(P) $(CXX) -o yosys-filterlib$(EXE) $(LDFLAGS) $^ $(LDLIBS) + $(P) $(LD) -o yosys-filterlib$(EXE) $(LDFLAGS) $^ $(LDLIBS) endif -- cgit v1.2.3