From: NAKAMURA Takumi Date: Fri, 20 Dec 2013 00:36:59 +0000 (+0000) Subject: Makefile.ocaml: Tweak to use --system-libs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=da031f7bd92d3a12464e26c59b52e5eef132b298;p=oota-llvm.git Makefile.ocaml: Tweak to use --system-libs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197758 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index f8ed841d668..1b964eec062 100644 --- 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