From f846541d8f10a9098b70716c79f4e262abad71ff Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 22 Dec 2015 09:10:29 +0100 Subject: Scanner: fix use of latin-1 8 bit characters. --- src/ortho/llvm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ortho') diff --git a/src/ortho/llvm/Makefile b/src/ortho/llvm/Makefile index a9a9bdcf6..0e45d6b10 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` $(LDFLAGS) llvm-cbindings.o: $(ortho_srcdir)/llvm/llvm-cbindings.cpp - $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags --cxxflags` -o $@ $< + $(CXX) -c -I`$(LLVM_CONFIG) --includedir --cflags --cxxflags` -o $@ $< clean: $(RM) -f *.o *.ali ortho_code_main -- cgit v1.2.3