From f87f495e65bd0ab8ae3f7f2a60b9a6361aa62186 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 24 Aug 2007 10:27:41 +0000 Subject: Update defconfig; fix comments --- scripts/trylink | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/trylink') diff --git a/scripts/trylink b/scripts/trylink index 5e962307b..4eaa334d5 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 ####} -- cgit v1.2.3