aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-09 09:05:48 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-09 09:05:48 +0100
commit750e0b0f7212b99669912be3df86ab65aa002eb2 (patch)
treeec33b3adc940bc92b81f096ed3509eeaccf037d2 /src/ortho
parent9ccd655f0a727b7b1499870d577eea5da34ccbcd (diff)
downloadghdl-750e0b0f7212b99669912be3df86ab65aa002eb2.tar.gz
ghdl-750e0b0f7212b99669912be3df86ab65aa002eb2.tar.bz2
ghdl-750e0b0f7212b99669912be3df86ab65aa002eb2.zip
llvm: simplify use of llvm-config.
Diffstat (limited to 'src/ortho')
-rw-r--r--src/ortho/llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ortho/llvm/Makefile b/src/ortho/llvm/Makefile
index 0e45d6b10..bd40893f0 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 `$(LLVM_CONFIG) --cxxflags` -o $@ $<
clean:
$(RM) -f *.o *.ali ortho_code_main