Lines Matching refs:VERSION
347 for VERSION in $GCC_VERSION_LIST; do
353 build_gnustl_for_abi $ABI "$BUILD_DIR" static $VERSION
354 build_gnustl_for_abi $ABI "$BUILD_DIR" shared $VERSION
357 build_gnustl_for_abi $ABI "$BUILD_DIR" static $VERSION thumb
358 build_gnustl_for_abi $ABI "$BUILD_DIR" shared $VERSION thumb
360 copy_gnustl_libs $ABI "$BUILD_DIR" $VERSION
366 for VERSION in $GCC_VERSION_LIST; do
368 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-headers-$VERSION.tar.bz2"
370 pack_archive "$PACKAGE" "$NDK_DIR" "$GNUSTL_SUBDIR/$VERSION/include"
374 if [ ! -d "$NDK_DIR/$GNUSTL_SUBDIR/$VERSION/libs/$ABI" ]; then
396 FILES="$FILES $GNUSTL_SUBDIR/$VERSION/libs/$ABI/$LIB"
397 THUMB_FILE="$GNUSTL_SUBDIR/$VERSION/libs/$ABI/thumb/$LIB"
402 PACKAGE="$PACKAGE_DIR/gnu-libstdc++-libs-$VERSION-$ABI"