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

  /external/expat/
coverage.sh 39 local configure_args=()
42 && configure_args+=( CPPFLAGS='-DXML_UNICODE -DXML_UNICODE_WCHAR_T' )
45 configure_args+=( --disable-xml-context )
47 configure_args+=( --enable-xml-context=${xml_context} )
50 ${with_libbsd} && configure_args+=( --with-libbsd )
51 ${with_mingw} && configure_args+=( --host=i686-w64-mingw32 )
56 ./configure "${configure_args[@]}" "$@" &>> configure.log
  /toolchain/binutils/
build.py 81 configure_args = [
92 configure_args.append('--enable-fix-cortex-a53-835769')
93 configure_args.append('--enable-gold')
97 configure_args.append('--enable-gold=default')
103 configure_args.append('--enable-threads')
152 check_call(env_args + configure_args)
  /external/python/cpython2/Mac/BuildScript/
build-installer.py     [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py     [all...]

Completed in 597 milliseconds