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/test/
Makefile
112
ifneq ($(
OCAMLOPT
),)
113
CC_FOR_OCAMLOPT := $(shell $(
OCAMLOPT
) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
145
@$(ECHOPATH) s=@
OCAMLOPT
@=$(
OCAMLOPT
) -cc $(subst *,'\\\"',*$(subst =,"\\=",$(CXX_FOR_OCAMLOPT))*) -I $(LibDir)/ocaml=g >> lit.tmp
/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/projects/sample/
configure
753
OCAMLOPT
[
all
...]
/external/llvm/
configure
759
OCAMLOPT
[
all
...]
Completed in 165 milliseconds