diff options
Diffstat (limited to 'src/ortho/llvm6/Makefile')
-rw-r--r-- | src/ortho/llvm6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ortho/llvm6/Makefile b/src/ortho/llvm6/Makefile index 31f25c9fa..073512817 100644 --- a/src/ortho/llvm6/Makefile +++ b/src/ortho/llvm6/Makefile @@ -14,10 +14,10 @@ $(ortho_exec): $(ortho_srcdir)/llvm6/ortho_llvm.ads force llvm-cbindings.o $(GNATMAKE) -o $@ -aI$(ortho_srcdir)/llvm6 -aI$(ortho_srcdir) \ $(GNATFLAGS) ortho_code_main -bargs -E \ -largs llvm-cbindings.o --LINK=$(CXX) \ - $(LDFLAGS) `$(LLVM_LDFLAGS)` + `$(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 |