From fca8226fb65a446ebbe35f7db89384b49a93b510 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 25 May 2015 20:56:52 +0200 Subject: Fix llvm build (add cxxflags). --- src/ortho/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ortho/llvm') diff --git a/src/ortho/llvm/Makefile b/src/ortho/llvm/Makefile index c52fa97..fcf89d3 100644 --- a/src/ortho/llvm/Makefile +++ b/src/ortho/llvm/Makefile @@ -14,7 +14,7 @@ $(ortho_exec): $(ortho_srcdir)/llvm/ortho_llvm.ads force llvm-cbindings.o `$(LLVM_CONFIG) --ldflags --libs --system-libs` llvm-cbindings.o: $(ortho_srcdir)/llvm/llvm-cbindings.cpp - $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags` -o $@ $< + $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags --cxxflags` -o $@ $< clean: $(RM) -f *.o *.ali ortho_code_main -- cgit