aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-09 18:01:13 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-09 18:01:13 +0000
commit42e418292d69751b09508876ad9e92e92731598f (patch)
tree5d9fdc87d31cd70ba26d4f37a06ed6a21a0971b9
parent01f3b2c91a1b48fa730b3f0bd5da73b1210a5ac9 (diff)
downloadbusybox-w32-42e418292d69751b09508876ad9e92e92731598f.tar.gz
busybox-w32-42e418292d69751b09508876ad9e92e92731598f.tar.bz2
busybox-w32-42e418292d69751b09508876ad9e92e92731598f.zip
trylink: trivial cleanup
-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