projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4735a
)
[OCaml] Don't build stub libraries twice.
author
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 09:51:28 +0000
(09:51 +0000)
committer
Peter Zotov
<whitequark@whitequark.org>
Mon, 3 Nov 2014 09:51:28 +0000
(09:51 +0000)
The default Makefile.rules BUILD_ARCHIVE machinery was
unintentionally enabled.
llvm-svn: 221138
llvm/bindings/ocaml/Makefile.ocaml
patch
|
blob
|
history
diff --git
a/llvm/bindings/ocaml/Makefile.ocaml
b/llvm/bindings/ocaml/Makefile.ocaml
index
1bd14e9
..
1d2eff5
100644
(file)
--- a/
llvm/bindings/ocaml/Makefile.ocaml
+++ b/
llvm/bindings/ocaml/Makefile.ocaml
@@
-19,6
+19,9
@@
include $(LEVEL)/Makefile.config
+# We have our own rules for building static libraries.
+NO_BUILD_ARCHIVE = 1
+
# CFLAGS needs to be set before Makefile.rules is included.
CXX.Flags += -I"$(shell $(OCAMLFIND) c -where)"
C.Flags += -I"$(shell $(OCAMLFIND) c -where)"