Need an Introduction to Tiny Core? Or peruse Core Concepts.
tc@box:~/downloads/wbar-1.3.3$ ls -al /usr/bin/wbar-rwxr-xr-x 1 root root 41716 Apr 9 09:31 /usr/bin/wbartc@box:~/downloads/wbar-1.3.3$ ls -al wbar -rwxr-xr-x 1 tc staff 66520 Apr 10 00:07 wbartc@box:~/downloads/wbar-1.3.3$ size /usr/bin/wbar text data bss dec hex filename 0 0 0 0 0 /usr/bin/wbartc@box:~/downloads/wbar-1.3.3$ size wbar text data bss dec hex filename 63819 776 504 65099 fe4b wbar
but is that the same strip that was used in TC base? I think that was the question.
Yes, it was the regular GNU strip. The reason why you don't get as small binaries lies in the optimization, for example try adding the "-Os" (optimize for size) to your CFLAGS before running configure.