sorry, forgot the patch.
On Tue, 2008-11-04 at 16:18 -0200, Manoel wrote: > I did this patch to add a gcc flag to the modules compilation. Is that > the correct place to put this flag? > > Also I would like to know what the command "cursor-on" and "cursor-off" > do in OLPC firmware (they dont exist in PowerPC firmware). > How can I attain the same functionality in PowerPC machine? Or is it > unnecessary in PowerPC firmware? > >
Index: Makefile.in =================================================================== --- Makefile.in (revision 1893) +++ Makefile.in (working copy) @@ -65,7 +65,7 @@ CPPFLAGS = @CPPFLAGS@ -I$(builddir) -I$(builddir)/include -I$(srcdir)/include -Wall -W \ -DGRUB_LIBDIR=\"$(pkglibdir)\" TARGET_CC = @TARGET_CC@ -TARGET_CFLAGS = @TARGET_CFLAGS@ +TARGET_CFLAGS = @TARGET_CFLAGS@ -mlongcall TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I$(builddir) -I$(builddir)/include -I$(srcdir)/include \ -Wall -W TARGET_LDFLAGS = @TARGET_LDFLAGS@ static void
_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel