diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-19 20:07:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-19 20:07:23 +0200 |
commit | 134d0eb114ac67693eb62bb030dd537eca71c48d (patch) | |
tree | 4241093db43409bfda1e9f8c6a91949a7de551ef /scripts | |
parent | ebeac1685a6230abcf73ca36755e3bb208bfd569 (diff) |
cosmetics on top of Dan's patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trylink | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index 021374aa9..5994a757b 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -87,7 +87,6 @@ SORT_SECTION=`check_cc "-Wl,--sort-section,alignment" ""` START_GROUP="-Wl,--start-group" END_GROUP="-Wl,--end-group" - INFO_OPTS="-Wl,--warn-common -Wl,-Map,$EXE.map -Wl,--verbose" # gold may not support --sort-common (yet) |