qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] qemu Makefile configure


From: Thiemo Seufer
Subject: Re: [Qemu-devel] qemu Makefile configure
Date: Wed, 3 Jan 2007 15:09:43 +0000
User-agent: Mutt/1.5.13 (2006-08-11)

Bernhard Fischer wrote:
> On Wed, Jan 03, 2007 at 01:59:50PM +0000, Thiemo Seufer wrote:
> 
> >All of this works fine for me, but patches of this sort are likely to
> >break things, so please test and comment.
> >
> >
> >Thiemo
> >
> 
> >Index: Makefile.target
> >===================================================================
> >RCS file: /sources/qemu/qemu/Makefile.target,v
> >retrieving revision 1.134
> >diff -u -p -r1.134 Makefile.target
> >--- Makefile.target  7 Dec 2006 18:15:35 -0000       1.134
> >+++ Makefile.target  3 Jan 2007 13:47:50 -0000
> >@@ -91,66 +91,66 @@ endif
> > endif
> > 
> > ifeq ($(ARCH),x86_64)
> >-OP_CFLAGS=$(CFLAGS) -falign-functions=0
> >-LDFLAGS+=-Wl,-T,$(SRC_PATH)/x86_64.ld
> >+LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
> > endif
> > 
> > ifeq ($(ARCH),ppc)
> -> CFLAGS+= -D__powerpc__
> + CPPFLAGS += -D__powerpc__
> 
> (doesn't cpp already define that on ppc?)

Apparently it's sometimes __ppc__.


Thiemo




reply via email to

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