aboutsummaryrefslogtreecommitdiffstats
path: root/build-gcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-gcc.sh')
-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)