OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCAMLOPT
(Results
1 - 4
of
4
) sorted by null
/external/llvm/bindings/ocaml/
Makefile.ocaml
66
Compile.CMX := $(strip $(
OCAMLOPT
) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
67
Archive.CMXA := $(strip $(
OCAMLOPT
) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
69
ifdef
OCAMLOPT
70
Archive.EXE := $(strip $(
OCAMLOPT
) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
296
# The
ocamlopt
compiler is supported on a set of targets disjoint from LLVM's.
297
# If unavailable, 'configure' will not define
OCAMLOPT
in Makefile.config.
298
ifdef
OCAMLOPT
357
ifndef
OCAMLOPT
384
$(Echo) "
OCAMLOPT
: " '$(
OCAMLOPT
)'
[
all
...]
/external/llvm/test/
Makefile
130
ifneq ($(
OCAMLOPT
),)
131
CC_FOR_OCAMLOPT := $(shell $(
OCAMLOPT
) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
161
@echo 'set
ocamlopt
"$(
OCAMLOPT
) -cc \"$(CXX_FOR_OCAMLOPT)\" -I $(LibDir)/ocaml"' >> site.tmp
/external/llvm/
configure
754
OCAMLOPT
[
all
...]
/external/llvm/projects/sample/
configure
753
OCAMLOPT
[
all
...]
Completed in 42 milliseconds