diff options
author | Denys Vlasenko | 2010-10-18 11:40:26 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-18 11:40:26 +0200 |
commit | 9ff50b869780aba131dc9b542ccd0f1a3959e920 (patch) | |
tree | a1f65f2a5f8c3aa1d6f51bc15c734f2b3ae46ead /libbb/Kbuild.src | |
parent | b102e12253078e8c0ebdeeb5e1893ea6a025a700 (diff) | |
download | busybox-9ff50b869780aba131dc9b542ccd0f1a3959e920.zip busybox-9ff50b869780aba131dc9b542ccd0f1a3959e920.tar.gz |
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 0fd7302..0955d73 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src @@ -14,6 +14,7 @@ lib-y += appletlib.o lib-y += ask_confirmation.o lib-y += bb_askpass.o lib-y += bb_basename.o +lib-y += bb_bswap_64.o lib-y += bb_do_delay.o lib-y += bb_pwd.o lib-y += bb_qsort.o |