Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/trylink2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink
index 357aa6277..6e1187ed0 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -111,7 +111,7 @@ GC_SECTIONS="-Wl,--gc-sections"
if (. ./.config && test x"$CONFIG_STATIC" = x"y") then
if check_libc_is_glibc; then
echo "Static linking against glibc, can't use --gc-sections"
-# GC_SECTIONS=""
+ GC_SECTIONS=""
fi
fi
# The --gc-sections option is not supported by older versions of ld