[llvm] r197758 - Makefile.ocaml: Tweak to use --system-libs.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Dec 19 16:36:59 PST 2013
Author: chapuni
Date: Thu Dec 19 18:36:59 2013
New Revision: 197758
URL: http://llvm.org/viewvc/llvm-project?rev=197758&view=rev
Log:
Makefile.ocaml: Tweak to use --system-libs.
Modified:
llvm/trunk/bindings/ocaml/Makefile.ocaml
Modified: llvm/trunk/bindings/ocaml/Makefile.ocaml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/Makefile.ocaml?rev=197758&r1=197757&r2=197758&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/Makefile.ocaml (original)
+++ llvm/trunk/bindings/ocaml/Makefile.ocaml Thu Dec 19 18:36:59 2013
@@ -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
More information about the llvm-commits
mailing list