forked from OSchip/llvm-project
parent
7e3c9e1bd9
commit
ef8c8ec457
|
@ -495,7 +495,7 @@ fi
|
|||
dnl Specify extra build options
|
||||
AC_ARG_WITH(extra-options,
|
||||
AS_HELP_STRING([--with-extra-options],
|
||||
[Specify addtional options to compile LLVM with]),,
|
||||
[Specify additional options to compile LLVM with]),,
|
||||
withval=default)
|
||||
case "$withval" in
|
||||
default) EXTRA_OPTIONS= ;;
|
||||
|
|
|
@ -1569,7 +1569,7 @@ Optional Packages:
|
|||
searches PATH)
|
||||
--with-llvmgxx Specify location of llvm-g++ driver (default
|
||||
searches PATH)
|
||||
--with-extra-options Specify addtional options to compile LLVM with
|
||||
--with-extra-options Specify additional options to compile LLVM with
|
||||
--with-ocaml-libdir Specify install location for ocaml bindings (default
|
||||
is stdlib)
|
||||
--with-binutils-include Specify path to binutils/include/ containing
|
||||
|
|
Loading…
Reference in New Issue