mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 20:30:56 +00:00
Prefer to use ocamlc.opt to ocamlc and soforth.
These natively compiled versions are faster. Patch by Erick Tryzelaar! llvm-svn: 48007
This commit is contained in:
parent
aa81dc7d21
commit
d1d5887c74
@ -589,9 +589,9 @@ AC_PATH_PROG(POD2MAN, [pod2man])
|
||||
AC_PATH_PROG(RUNTEST, [runtest])
|
||||
DJ_AC_PATH_TCLSH
|
||||
AC_PATH_PROG(ZIP, [zip])
|
||||
AC_PATH_PROG(OCAMLC, [ocamlc])
|
||||
AC_PATH_PROG(OCAMLOPT, [ocamlopt])
|
||||
AC_PATH_PROG(OCAMLDEP, [ocamldep])
|
||||
AC_PATH_PROGS(OCAMLC, [ocamlc.opt ocamlc])
|
||||
AC_PATH_PROGS(OCAMLOPT, [ocamlopt.opt ocamlopt])
|
||||
AC_PATH_PROGS(OCAMLDEP, [ocamldep.opt ocamldep])
|
||||
|
||||
dnl Determine if the linker supports the -R option.
|
||||
AC_LINK_USE_R
|
||||
|
Loading…
x
Reference in New Issue
Block a user