summaryrefslogtreecommitdiff
path: root/scripts/trylink
diff options
context:
space:
mode:
authorDenis Vlasenko2007-08-24 10:27:41 +0000
committerDenis Vlasenko2007-08-24 10:27:41 +0000
commitf87f495e65bd0ab8ae3f7f2a60b9a6361aa62186 (patch)
treeee5e0e3e2ceda68477c0dd323c78b5edf05012d5 /scripts/trylink
parent028f2d651c046128feec491c2dd77ad33ad601cd (diff)
downloadbusybox-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.zip
busybox-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.tar.gz
Update defconfig; fix comments
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-xscripts/trylink3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/trylink b/scripts/trylink
index 5e96230..4eaa334 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -72,8 +72,7 @@ done
# .rodata : { *(.rodata SORT_BY_ALIGNMENT(.rodata.*) .gnu.linkonce.r.*) }
# *(.data SORT_BY_ALIGNMENT(.data.*) .gnu.linkonce.d.*)
# *(.bss SORT_BY_ALIGNMENT(.bss.*) .gnu.linkonce.b.*)
- # This will eliminate most of the data padding. Use linker script
- # by commenting "try" above and uncommenting this one (tested on i386):
+ # This will eliminate most of the data padding (~3kb).
try "-Wl,--start-group $l_list -Wl,--end-group -Wl,--verbose -Wl,-T -Wl,busybox_ldscript" "$@" >busybox_ld.out
fi
####}