[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Successful first-stage bootstrap for mipsel



On Thu, Jul 26, 2001 at 07:42:08PM +0200, Karsten Merker wrote:

> The patch for boot-floppies is a one-liner (see attachment) [...]

Oops, the patch was missing. Here it is.

Greetings,
Karsten
-- 
#include <standard_disclaimer>
Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung
oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder
Meinungsforschung.
diff -Nur boot-floppies-cvs20010726/rootdisk.sh boot-floppies/rootdisk.sh
--- boot-floppies-cvs20010726/rootdisk.sh	Wed Jul 18 23:50:35 2001
+++ boot-floppies/rootdisk.sh	Thu Jul 26 16:18:24 2001
@@ -602,7 +602,7 @@
 fi
 
 # do library reduction for platforms where it works
-if [ "$arch" != "ia64" ]; then
+if [ "$arch" != "ia64" -a "$arch" != "mipsel" ]; then
     info "doing library reduction"
     rm -f $R/lib/libc-$libcver.so $R/lib/$libcso
     rm -f $R/usr/lib/libslang.so.* $R/lib/libslang.so.*

Reply to: