summaryrefslogtreecommitdiff
path: root/ortho/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/llvm/Makefile')
-rw-r--r--ortho/llvm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ortho/llvm/Makefile b/ortho/llvm/Makefile
index 2a4d7bd..135dbdf 100644
--- a/ortho/llvm/Makefile
+++ b/ortho/llvm/Makefile
@@ -1,6 +1,6 @@
ortho_srcdir=..
-GNAT_FLAGS=-gnaty3befhkmr -gnata -gnatf -gnatwael
-CC=clang
+GNAT_FLAGS=-gnaty3befhkmr -gnata -gnatf -gnatwael -gnat05
+CXX=clang++ --std=c++11
LLVM_CONFIG=llvm-config
SED=sed
BE=llvm
@@ -13,7 +13,7 @@ $(ortho_exec): $(ortho_srcdir)/llvm/ortho_llvm.ads force llvm-cbindings.o
-largs llvm-cbindings.o `$(LLVM_CONFIG) --ldflags --libs --system-libs` -lc++ #-static
llvm-cbindings.o: $(ortho_srcdir)/llvm/llvm-cbindings.cpp
- $(CC) -c -I`$(LLVM_CONFIG) --includedir --cflags` -g -o $@ $<
+ $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags` -g -o $@ $<
clean:
$(RM) -f *.o *.ali ortho_code_main