aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/trylink4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/trylink b/scripts/trylink
index cbba9000a..524e83c92 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -14,7 +14,7 @@ debug=false
14# --sort-section alignment reduces padding 14# --sort-section alignment reduces padding
15# --gc-sections throws out unused sections, 15# --gc-sections throws out unused sections,
16# does not work for shared libs 16# does not work for shared libs
17# -O Not used, maybe useful? 17# -On Not used, maybe useful?
18# 18#
19# List of files to link: 19# List of files to link:
20# $l_list == --start-group -llib1 -llib2 --end-group 20# $l_list == --start-group -llib1 -llib2 --end-group
@@ -155,7 +155,7 @@ else
155 } 155 }
156fi 156fi
157 157
158. .config 158. ./.config
159 159
160sharedlib_dir="0_lib" 160sharedlib_dir="0_lib"
161 161