comparison dev/llvm/llvm.sh @ 741:ddd41f0f18ee

vanilla: disable some non-available options yet
author David Demelier <markand@malikania.fr>
date Tue, 06 Aug 2019 20:55:00 +0200
parents 034a2a62a9f8
children 59a2fa6992bc
comparison
equal deleted inserted replaced
740:2ce096b6b601 741:ddd41f0f18ee
34 : ${LIBCXX:=yes} 34 : ${LIBCXX:=yes}
35 : ${LIBEDIT:=yes} 35 : ${LIBEDIT:=yes}
36 : ${XML:=yes} 36 : ${XML:=yes}
37 : ${LLD:=yes} 37 : ${LLD:=yes}
38 : ${NCURSES:=yes} 38 : ${NCURSES:=yes}
39 : ${SPHINX:=yes} 39 : ${SPHINX:=no} # TODO: set to on once sphinx is there.
40 : ${STATIC:=no} 40 : ${STATIC:=no}
41 : ${TARGETS:=all} 41 : ${TARGETS:=all}
42 : ${ZLIB:=yes} 42 : ${ZLIB:=yes}
43 43
44 if [ "$DOXYGEN" = "yes" ]; then 44 if [ "$DOXYGEN" = "yes" ]; then