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

/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/test/
H A DMakefile125 ifneq ($(OCAMLOPT),)
126 CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
146 @echo 'set ocamlopt "$(OCAMLOPT) -cc \"$(CXX_FOR_OCAMLOPT)\" -I $(LibDir)/ocaml"' >> site.tmp
/external/llvm/projects/sample/
H A Dconfigure751 OCAMLOPT
7447 case $OCAMLOPT in
7449 ac_cv_path_OCAMLOPT="$OCAMLOPT" # Let the user override the test with a path.
7470 OCAMLOPT=$ac_cv_path_OCAMLOPT
7471 if test -n "$OCAMLOPT"; then
7472 { echo "$as_me:$LINENO: result: $OCAMLOPT" >&5
7473 echo "${ECHO_T}$OCAMLOPT" >&6; }
7480 test -n "$OCAMLOPT" && break
20756 if test "x$OCAMLOPT" = x ; then
20757 { echo "$as_me:$LINENO: WARNING: --enable-bindings=ocaml specified, but ocamlopt not found. Try configure OCAMLOPT
[all...]
/external/llvm/
H A Dconfigure753 OCAMLOPT
7541 case $OCAMLOPT in
7543 ac_cv_path_OCAMLOPT="$OCAMLOPT" # Let the user override the test with a path.
7564 OCAMLOPT=$ac_cv_path_OCAMLOPT
7565 if test -n "$OCAMLOPT"; then
7566 { echo "$as_me:$LINENO: result: $OCAMLOPT" >&5
7567 echo "${ECHO_T}$OCAMLOPT" >&6; }
7574 test -n "$OCAMLOPT" && break
21172 if test "x$OCAMLOPT" = x ; then
21173 { echo "$as_me:$LINENO: WARNING: --enable-bindings=ocaml specified, but ocamlopt not found. Try configure OCAMLOPT
[all...]

Completed in 798 milliseconds