From: Denis Vlasenko Date: Tue, 9 Oct 2007 18:01:13 +0000 (-0000) Subject: trylink: trivial cleanup X-Git-Tag: 1_8_0~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42e418292d69751b09508876ad9e92e92731598f;p=oweals%2Fbusybox.git trylink: trivial cleanup --- diff --git a/scripts/trylink b/scripts/trylink index cbba9000a..524e83c92 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -14,7 +14,7 @@ debug=false # --sort-section alignment reduces padding # --gc-sections throws out unused sections, # does not work for shared libs -# -O Not used, maybe useful? +# -On Not used, maybe useful? # # List of files to link: # $l_list == --start-group -llib1 -llib2 --end-group @@ -155,7 +155,7 @@ else } fi -. .config +. ./.config sharedlib_dir="0_lib"