[bug #39818] configure should not set a default program-prefix based on the target

2013-09-24 Thread Mike Frysinger
Follow-up Comment #5, bug #39818 (project grub): i wonder if you could do something like: save_program_prefix=${program_prefix} program_prefix='disable-autotools' ... AC_CANONICAL_TARGET and such ... program_prefix=${save_program_prefix}

[bug #34539] 1.99: grub2 built with gold linker doesn't even start

2012-10-21 Thread Mike Frysinger
Follow-up Comment #2, bug #34539 (project grub): i think the latest comment contains typos. gold will use the wrong address if you specify -Wl,-Ttext,8200 (namely, it'll use 0x2008 and not 0x8200). it will work fine if you prefix the address with a hex value like -Wl,-Ttext,0x8200. $ gcc -o

[patch] fix PIC code for netboot in grub-0.97 / cvs

2005-07-21 Thread Mike Frysinger
simple patch by [EMAIL PROTECTED]: --- netboot/main.c +++ netboot/main.c @@ -701,7 +701,7 @@ adcw %%ax,%0\n\t/* add carry of previous iteration */ loop 1b\n\t adcw $0,%0 /* add carry of last iteration */ - : =b (*sum), =S(start), =c(len) + :