Lines Matching refs:sh
1 #!/bin/sh
21 . $PROGDIR/prebuilt-common.sh
41 downloaded by the 'download-toolchain-sources.sh' dev-script."
59 run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arch=$(spaces_to_commas $ARCHS) $PACKAGE_FLAGS
83 run $BUILDTOOLS/build-gdbserver.sh "$SRC_DIR" "$NDK_DIR" "$GDB_TOOLCHAIN" $FLAGS
93 run $BUILDTOOLS/build-cxx-stl.sh --stl=gabi++ $FLAGS
97 run $BUILDTOOLS/build-cxx-stl.sh --stl=stlport $FLAGS
101 run $BUILDTOOLS/build-cxx-stl.sh --stl=libc++ $FLAGS
109 run $BUILDTOOLS/build-gnu-libstdc++.sh $FLAGS $GNUSTL_STATIC_VIS_FLAG "$SRC_DIR"
113 run $BUILDTOOLS/build-libportable.sh $FLAGS
117 run $BUILDTOOLS/build-compiler-rt.sh $FLAGS --src-dir="$SRC_DIR/llvm-$DEFAULT_LLVM_VERSION/compiler-rt"