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?
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to