aboutsummaryrefslogtreecommitdiff
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"
111if (. ./.config && test x"$CONFIG_STATIC" = x"y") then 111if (. ./.config && test x"$CONFIG_STATIC" = x"y") then
112 if check_libc_is_glibc; then 112 if check_libc_is_glibc; then
113 echo "Static linking against glibc, can't use --gc-sections" 113 echo "Static linking against glibc, can't use --gc-sections"
114# GC_SECTIONS="" 114 GC_SECTIONS=""
115 fi 115 fi
116fi 116fi
117# The --gc-sections option is not supported by older versions of ld 117# The --gc-sections option is not supported by older versions of ld