OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OCAMLOPT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/bindings/ocaml/
Makefile.ocaml
79
Compile.CMX := $(strip $(
OCAMLOPT
) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
99
Archive.CMXA := $(strip $(
OCAMLOPT
) -a $(patsubst %,-cclib %, \
104
Archive.CMXA := $(strip $(
OCAMLOPT
) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
107
ifdef
OCAMLOPT
108
Archive.EXE := $(strip $(
OCAMLOPT
) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
370
# The
ocamlopt
compiler is supported on a set of targets disjoint from LLVM's.
371
# If unavailable, 'configure' will not define
OCAMLOPT
in Makefile.config.
372
ifdef
OCAMLOPT
431
ifndef
OCAMLOPT
458
$(Echo) "
OCAMLOPT
: " '$(OCAMLOPT)
[
all
...]
/external/llvm/test/
Makefile
115
ifneq ($(
OCAMLOPT
),)
116
CC_FOR_OCAMLOPT := $(shell $(
OCAMLOPT
) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
139
@$(ECHOPATH) s=@
OCAMLOPT
@=$(
OCAMLOPT
) -cc $(subst *,'\\\"',*$(subst =,"\\=",$(CXX_FOR_OCAMLOPT))*) -cclib -L$(LibDir) -I $(LibDir)/ocaml=g >> lit.tmp
/external/llvm/
configure
765
OCAMLOPT
[
all
...]
Completed in 114 milliseconds