grub-devel
[Top][All Lists]
Advanced

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

Re: [PATH] grub-mkrelpath


From: rubisher
Subject: Re: [PATH] grub-mkrelpath
Date: Tue, 03 Nov 2009 11:21:57 +0100
User-agent: Scarlet Webmail

Hello Felix,

On Mon, 02 Nov 2009 09:54:43 +0100, Felix Zielcke <address@hidden>
wrote:
> Am Sonntag, den 01.11.2009, 23:04 +0100 schrieb Robert Millan:
>> On Sun, Nov 01, 2009 at 04:39:42PM +0100, Felix Zielcke wrote:
>> > 
>> > I added now a comment that this shouldn't ever happen.
>> > 
>> > New version avaible at
>> > bzr+ssh://bzr.savannah.gnu.org/grub/people/fzielcke/mkrelpath
>> 
[snip]

I am trying to build your mkrelpath branch on my ppc with debian gcc-4.4
latest unstable release 4.4.2-1 and failed to build as far as I understand
because isystem syntax is not correct; following diff help me to complete
the build:
--- ./Makefile.in.orig  2009-11-03 09:21:53.000000000 +0000
+++ ./Makefile.in       2009-11-03 09:22:12.000000000 +0000
@@ -75,7 +75,7 @@
 TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@
 TARGET_APPLE_CC = @TARGET_APPLE_CC@
 OBJCONV = @OBJCONV@
-TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem=$(srcdir)/include
-I$(builddir) -I$(builddir)/include \
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem $(srcdir)/include
-I$(builddir) -I$(builddir)/include \
        -Wall -W
 TARGET_LDFLAGS = @TARGET_LDFLAGS@
 TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@
=== <> ===
(i.e. I have to rm '=' between isystem and its arg)

I don't know if it's specific to ppc arch, sorry.

Tx,
    J.











reply via email to

[Prev in Thread] Current Thread [Next in Thread]