Home
last modified time | relevance | path

Searched full:configure_args (Results 1 – 20 of 20) sorted by relevance

/external/cronet/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh190 CONFIGURE_ARGS="--disable-shared"
206 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
208 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-pc-mingw32"
225 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=aarch64-linux-gnu"
228 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=powerpc64le-linux-gnu"
231 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=s390x-linux-gnu"
237 CONFIGURE_ARGS="$CONFIGURE_ARGS"
239 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
241 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-w64-mingw32"
283 ../../../../configure $CONFIGURE_ARGS &&
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh190 CONFIGURE_ARGS="--disable-shared"
206 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
208 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-pc-mingw32"
225 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=aarch64-linux-gnu"
228 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=powerpc64le-linux-gnu"
231 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=s390x-linux-gnu"
237 CONFIGURE_ARGS="$CONFIGURE_ARGS"
239 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=x86_64-w64-mingw32"
241 CONFIGURE_ARGS="$CONFIGURE_ARGS --host=i686-w64-mingw32"
283 ../../../../configure $CONFIGURE_ARGS &&
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh50 # Caller can also set CMAKE_ARGS or CONFIGURE_ARGS if desired
52 CONFIGURE_ARGS=${CONFIGURE_ARGS}
58 CONFIGURE_ARGS="$CONFIGURE_ARGS --zlib-compat"
127 ../configure $CONFIGURE_ARGS
Dabicheck.sh17 Obeys CHOST, CONFIGURE_ARGS, CFLAGS, and LDFLAGS.
39 CONFIGURE_ARGS_NG="$CONFIGURE_ARGS"
128 CFLAGS="$CFLAGS -ggdb" src.d/configure $CONFIGURE_ARGS
/external/expat/.github/workflows/
Dautotools-cmake.yml49 configure_args:
52 configure_args:
55 configure_args: --host=i686-w64-mingw32
104 ${{matrix.configure_args}}
149 if: "${{ runner.os == 'Linux' && ! contains(matrix.configure_args, 'mingw') }}"
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpkgcheck.yml113 CONFIGURE_ARGS: ${{ matrix.configure-args }}
124 CONFIGURE_ARGS: ${{ matrix.configure-args }}
139 CONFIGURE_ARGS: ${{ matrix.configure-args }}
154 CONFIGURE_ARGS: ${{ matrix.configure-args }}
/external/libvpx/build/make/
Diosbuild.sh21 CONFIGURE_ARGS="--disable-docs
61 ${CONFIGURE_ARGS} ${EXTRA_CONFIGURE_ARGS} ${target_specific_flags} \
343 CONFIGURE_ARGS="--enable-shared ${CONFIGURE_ARGS}"
361 CONFIGURE_ARGS=${CONFIGURE_ARGS}
DMakefile48 echo "Rerunning configure $(CONFIGURE_ARGS)"; \
49 ../src/configure $(CONFIGURE_ARGS); \
/external/libxml2/
Dpost_update.sh15 CONFIGURE_ARGS=(
30 ./configure "${CONFIGURE_ARGS[@]}"
/external/webrtc/modules/desktop_capture/
Dscreen_capturer_fuchsia.cc368 fuchsia::ui::composition::ScreenCaptureConfig configure_args; in SetupBuffers() local
369 configure_args.set_import_token(std::move(import_token)); in SetupBuffers()
370 configure_args.set_buffer_count(buffer_collection_info_.buffer_count); in SetupBuffers()
371 configure_args.set_size({width_, height_}); in SetupBuffers()
374 screen_capture_->Configure(std::move(configure_args), &configure_result); in SetupBuffers()
/external/libnl/.github/workflows/
Dci.yml77 CONFIGURE_ARGS=
81 CONFIGURE_ARGS="--enable-debug=no"
87 ./configure $CONFIGURE_ARGS
/external/sandboxed-api/sandboxed_api/bazel/
Drepositories.bzl26 """.format(args = " ".join(ctx.attr.configure_args))],
65 "configure_args": attr.string_list(
Dsapi_deps.bzl93 configure_args = [
/external/curl/
Dandroidconfigure45 CONFIGURE_ARGS=(
96 ./configure "${CONFIGURE_ARGS[@]}"
/external/libvpx/
Dconfigure538 CONFIGURE_ARGS=${CONFIGURE_ARGS}
540 enabled child || echo "CONFIGURE_ARGS?=${CONFIGURE_ARGS}" >> config.mk
824 CONFIGURE_ARGS="$@"
829 static const char* const cfg = "$CONFIGURE_ARGS";
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py980 configure_args = [
990 configure_args.remove('--enable-static')
992 configure_args.remove('--disable-shared')
993 configure_args.extend(args)
996 configure_args.extend([
1009 configure_args.extend([
1019 configure_args = configure_args + list(recipe['configure_post'])
1021 configure_args.insert(0, configure)
1022 configure_args = [ shellQuote(a) for a in configure_args ]
1025 runCommand(' '.join(configure_args) + ' 2>&1')
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1002 configure_args = [
1012 configure_args.remove('--enable-static')
1014 configure_args.remove('--disable-shared')
1015 configure_args.extend(args)
1018 configure_args.extend([
1031 configure_args.extend([
1041 configure_args = configure_args + list(recipe['configure_post'])
1043 configure_args.insert(0, configure)
1044 configure_args = [ shellQuote(a) for a in configure_args ]
1047 runCommand(' '.join(configure_args) + ' 2>&1')
/external/scrypt/
Dimport_scrypt.sh79 if [ "$CONFIGURE_ARGS" == "" -o "$UNNEEDED_SOURCES" == "" -o "$NEEDED_SOURCES" == "" ]; then
257 ./configure $CONFIGURE_ARGS
260 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
Dscrypt.config1 CONFIGURE_ARGS="\
/external/expat/
D.ci.sh60 ./configure ${CONFIGURE_ARGS}