aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-08-26 12:06:21 -0700
committerDan Albert <danalbert@google.com>2015-08-27 14:42:07 -0700
commit132d1b5317e6cb2b880cdf146a293d0ffd8d4cfa (patch)
treeaf44af908a0f7156aeac145d359be9e270b8026a
parent923d15e087ff9f725f694d9e378978843653148a (diff)
downloadtoolchain_gcc-132d1b5317e6cb2b880cdf146a293d0ffd8d4cfa.tar.gz
toolchain_gcc-132d1b5317e6cb2b880cdf146a293d0ffd8d4cfa.tar.bz2
toolchain_gcc-132d1b5317e6cb2b880cdf146a293d0ffd8d4cfa.zip
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)
-rwxr-xr-xbuild-gcc.sh6
1 files changed, 0 insertions, 6 deletions
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)