From 132d1b5317e6cb2b880cdf146a293d0ffd8d4cfa Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 26 Aug 2015 12:06:21 -0700 Subject: Stop checking glibc symbols. We're building against an old version of libc to check this already, and the script doesn't seem to be checking the right things anyway (we don't support older than 2.11). To top it all off, we haven't been checking this for failure anyway. Change-Id: I67e6b03cf7c3cce66cfb4c69dd18d8b9a6f31806 (cherry picked from commit 13185e44b81bb04268394f30efa7b0649c43e8ce) --- build-gcc.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build-gcc.sh') diff --git a/build-gcc.sh b/build-gcc.sh index 1768a0131..f9b52f60f 100755 --- a/build-gcc.sh +++ b/build-gcc.sh @@ -631,12 +631,6 @@ if [ -f "$SRC_DIR/SOURCES" ]; then cp "$SRC_DIR/SOURCES" "$TOOLCHAIN_INSTALL_PATH/SOURCES" fi -# check GLIBC/GLBICXX symbols -if [ "$HOST_OS" = "linux" ]; then - SUBDIR=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG) - $ANDROID_NDK_ROOT/build/tools/check-glibc.sh $NDK_DIR/$SUBDIR -fi - if [ "$PACKAGE_DIR" ]; then ARCHIVE="$TOOLCHAIN-$HOST_TAG.tar.bz2" SUBDIR=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG) -- cgit v1.2.3