HomeSort by relevance Sort by last modified time
    Searched refs:OCAMLOPT (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/
configure 768 OCAMLOPT
    [all...]

Completed in 2064 milliseconds