projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf8c08
)
Makefile.ocaml: Tweak to use --system-libs.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 20 Dec 2013 00:36:59 +0000
(
00:36
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 20 Dec 2013 00:36:59 +0000
(
00:36
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197758
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/ocaml/Makefile.ocaml
patch
|
blob
|
history
diff --git
a/bindings/ocaml/Makefile.ocaml
b/bindings/ocaml/Makefile.ocaml
index f8ed841d668ef832a6aa4c49bce687185435e057..1b964eec062211e2a0c542ba0ab8a8cc7a7ec554 100644
(file)
--- a/
bindings/ocaml/Makefile.ocaml
+++ b/
bindings/ocaml/Makefile.ocaml
@@
-37,7
+37,7
@@
OcamlDir := $(LibDir)/ocaml
# Info from llvm-config and similar
ifndef IS_CLEANING_TARGET
ifdef UsedComponents
-UsedLibs = $(shell $(LLVM_CONFIG) --libs $(UsedComponents))
+UsedLibs = $(shell $(LLVM_CONFIG) --libs
--system-libs
$(UsedComponents))
UsedLibNames = $(shell $(LLVM_CONFIG) --libnames $(UsedComponents))
endif
endif