From e0804ba4455959de401446178df553dc1e2d287a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 28 May 2015 20:57:21 +0200 Subject: Fix llvm link on darwin (set no_compat_unwind). --- 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 fcf89d3ae..a9a9bdcf6 100644 --- a/src/ortho/llvm/Makefile +++ b/src/ortho/llvm/Makefile @@ -11,7 +11,7 @@ $(ortho_exec): $(ortho_srcdir)/llvm/ortho_llvm.ads force llvm-cbindings.o gnatmake -o $@ -aI$(ortho_srcdir)/llvm -aI$(ortho_srcdir) \ $(GNAT_FLAGS) ortho_code_main -bargs -E \ -largs llvm-cbindings.o --LINK=$(CXX) \ - `$(LLVM_CONFIG) --ldflags --libs --system-libs` + `$(LLVM_CONFIG) --ldflags --libs --system-libs` $(LDFLAGS) llvm-cbindings.o: $(ortho_srcdir)/llvm/llvm-cbindings.cpp $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags --cxxflags` -o $@ $< -- cgit v1.2.3