libbusybox is back; "individual" mode is introduced

Bernhard Fischer rep.dot.nop at gmail.com
Tue Oct 9 21:41:48 UTC 2007


On Tue, Oct 09, 2007 at 11:35:09PM +0200, Yann E. MORIN wrote:

>Breaks when cross-compiling (at least for ARM) on a x86_64:

>The reason is that we should use the cross-strip, rather than the native one,
>in scripts/trylink. Patch attached.

>-    strip -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/libbusybox.so.$BB_VER"
>+    $STRIP -s --remove-section=.note --remove-section=.comment $EXE -o "$sharedlib_dir/libbusybox.so.$BB_VER"

This, too will fail unless you use a strip that accepts said arguments.
Didn't we have a $(STRIPCMD) that contained $STRIP plus eventual args?



More information about the busybox mailing list