aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/llvm6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm6/Makefile b/src/ortho/llvm6/Makefile
index d35395544..073512817 100644
--- a/src/ortho/llvm6/Makefile
+++ b/src/ortho/llvm6/Makefile
@@ -17,7 +17,7 @@ $(ortho_exec): $(ortho_srcdir)/llvm6/ortho_llvm.ads force llvm-cbindings.o
`$(LLVM_LDFLAGS)` $(LDFLAGS)
llvm-cbindings.o: $(ortho_srcdir)/llvm6/llvm-cbindings.cpp
- $(CXX) -c `$(LLVM_CONFIG) --cxxflags` $(CFLAGS) -o $@ $<
+ $(CXX) -c `$(LLVM_CONFIG) --cxxflags` $(CXXFLAGS) -o $@ $<
clean:
$(RM) -f *.o *.ali ortho_code_main