Searched refs:OCAMLOPT (Results 1 - 4 of 4) sorted by relevance

/external/llvm/test/
H A DMakefile112 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/
H A DMakefile.ocaml66 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)
297 # If unavailable, 'configure' will not define OCAMLOPT in Makefile.config.
298 ifdef OCAMLOPT
357 ifndef OCAMLOPT
384 $(Echo) "OCAMLOPT : " '$(OCAMLOPT)'
/external/llvm/projects/sample/
H A Dconfigure753 OCAMLOPT
7497 case $OCAMLOPT in
7499 ac_cv_path_OCAMLOPT="$OCAMLOPT" # Let the user override the test with a path.
7520 OCAMLOPT=$ac_cv_path_OCAMLOPT
7521 if test -n "$OCAMLOPT"; then
7522 { echo "$as_me:$LINENO: result: $OCAMLOPT" >&5
7523 echo "${ECHO_T}$OCAMLOPT" >&6; }
7530 test -n "$OCAMLOPT" && break
20780 if test "x$OCAMLOPT" = x ; then
20781 { echo "$as_me:$LINENO: WARNING: --enable-bindings=ocaml specified, but ocamlopt not found. Try configure OCAMLOPT
[all...]
/external/llvm/
H A Dconfigure759 OCAMLOPT
7719 case $OCAMLOPT in
7721 ac_cv_path_OCAMLOPT="$OCAMLOPT" # Let the user override the test with a path.
7742 OCAMLOPT=$ac_cv_path_OCAMLOPT
7743 if test -n "$OCAMLOPT"; then
7744 { echo "$as_me:$LINENO: result: $OCAMLOPT" >&5
7745 echo "${ECHO_T}$OCAMLOPT" >&6; }
7752 test -n "$OCAMLOPT" && break
22204 if test "x$OCAMLOPT" = x ; then
22205 { echo "$as_me:$LINENO: WARNING: --enable-bindings=ocaml specified, but ocamlopt not found. Try configure OCAMLOPT
[all...]

Completed in 142 milliseconds