diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-24 10:27:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-24 10:27:41 +0000 |
commit | f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186 (patch) | |
tree | ee5e0e3e2ceda68477c0dd323c78b5edf05012d5 /scripts/trylink | |
parent | 028f2d651c046128feec491c2dd77ad33ad601cd (diff) | |
download | busybox-w32-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.tar.gz busybox-w32-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.tar.bz2 busybox-w32-f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186.zip |
Update defconfig; fix comments
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-x | scripts/trylink | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/trylink b/scripts/trylink index 5e962307b..4eaa334d5 100755 --- a/scripts/trylink +++ b/scripts/trylink | |||
@@ -72,8 +72,7 @@ done | |||
72 | # .rodata : { *(.rodata SORT_BY_ALIGNMENT(.rodata.*) .gnu.linkonce.r.*) } | 72 | # .rodata : { *(.rodata SORT_BY_ALIGNMENT(.rodata.*) .gnu.linkonce.r.*) } |
73 | # *(.data SORT_BY_ALIGNMENT(.data.*) .gnu.linkonce.d.*) | 73 | # *(.data SORT_BY_ALIGNMENT(.data.*) .gnu.linkonce.d.*) |
74 | # *(.bss SORT_BY_ALIGNMENT(.bss.*) .gnu.linkonce.b.*) | 74 | # *(.bss SORT_BY_ALIGNMENT(.bss.*) .gnu.linkonce.b.*) |
75 | # This will eliminate most of the data padding. Use linker script | 75 | # This will eliminate most of the data padding (~3kb). |
76 | # by commenting "try" above and uncommenting this one (tested on i386): | ||
77 | try "-Wl,--start-group $l_list -Wl,--end-group -Wl,--verbose -Wl,-T -Wl,busybox_ldscript" "$@" >busybox_ld.out | 76 | try "-Wl,--start-group $l_list -Wl,--end-group -Wl,--verbose -Wl,-T -Wl,busybox_ldscript" "$@" >busybox_ld.out |
78 | fi | 77 | fi |
79 | ####} | 78 | ####} |