It's always necessary to link with libgcc on ARM.  I think this is benign for 
other architectures too.

p.

Index: scripts/rootdisk/mklibs.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/scripts/rootdisk/mklibs.sh,v
retrieving revision 1.13
diff -u -p -u -r1.13 mklibs.sh
--- scripts/rootdisk/mklibs.sh  2001/01/22 03:16:49     1.13
+++ scripts/rootdisk/mklibs.sh  2001/02/10 18:47:29
@@ -623,7 +623,7 @@ install-small-lib () {
        "-Wl,-soname=$1" \
        `cat $fl_dir/lib-symbols-to-include | sed 's/^/-u/'` \
        -o $fl_dir/lib-so \
-       $pic_objects $extra_flags \
+       $pic_objects $extra_flags -lgcc \
        "-L$dest" \
        -L`echo $src_path | sed -e 's/::*/:/g' -e 's/^://' -e 's/:$//' \
        -e 's/:/ -L/g'` \



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to