Home | History | Annotate | Download | only in tools

Lines Matching refs:sh

14     if [ ! -f "$NDK_BUILDTOOLS_PATH/prebuilt-common.sh" ]; then
20 # Warn about /bin/sh ins't bash.
27 . $NDK_BUILDTOOLS_PATH/ndk-common.sh
28 . $NDK_BUILDTOOLS_PATH/dev-defaults.sh
750 #!/bin/sh
768 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=$BINPREFIX --dst-prefix="$DST_PREFIX" "$CROSS_WRAP_DIR" \
774 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=i386-linux-gnu- \
776 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=i386-pc-linux-gnu- \
781 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=x86_64-linux-gnu- \
783 $NDK_BUILDTOOLS_PATH/gen-toolchain-wrapper.sh --src-prefix=x86_64-pc-linux-gnu- \
814 CC=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-gcc.sh
815 CXX=$NDK_BUILDTOOLS_ABSPATH/ndk-ccache-g++.sh
959 echo "Please update 'prepare_host_flags' in build/tools/prebuilt-common.sh"
1446 echo "created by 'download-toolchain-sources.sh."