On Wednesday 21 Sep 2005 16:02, Marco Gerards wrote:

> I'd like to start working on that this weekend, if I can find the time
> for that...

I have received a bug report concerning it's failure to build, which
I missed due to my installation of binutils being broken. 

Here is the fix:

diff -purN -x '*.mk' -x '*~' -x autom4te.cache -x configure -x '.#*' -x 
'*.orig' -x CVS grub2-arm-clean/kern/arm/RISC_OS/startup.S 
grub2-arm/kern/arm/RISC_OS/startup.S
--- grub2-arm-clean/kern/arm/RISC_OS/startup.S  2005-09-24 20:49:04.000000000 
+0100
+++ grub2-arm/kern/arm/RISC_OS/startup.S        2005-09-24 21:13:31.000000000 
+0100
@@ -264,6 +264,10 @@ FUNCTION(grub_arch_sync_caches)
        swi     X(OS_SynchroniseCodeAreas)
        mov     pc, lr
 
+rc5pc_off:
+       .asciz  "%rc5pc off"
+       .align
+
 FUNCTION(grub_reboot)
        adr     r0, rc5pc_off
        swi     X(OS_CLI)


BTW, it is already being packaged for the ARM port of slackware.

-- 
Member AFFS, WYLUG, SWP (UK), UAF, RESPECT, StWC
No to software patents!    Victory to the iraqi resistance!

Attachment: pgpDCotFtUUml.pgp
Description: PGP signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to