[Qemu-devel] qemu Makefile configure

2007-12-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 05:10:03 Modified files: . : Makefile configure Log message: SH4 big endian configuration, by Tomoyoshi Asano. CVSWeb URLs:

[Qemu-devel] qemu Makefile configure

2007-09-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/09/22 16:49:15 Modified files: . : Makefile configure Log message: Only build qemu-img with softmmu targets. CVSWeb URLs:

Re: [Qemu-devel] qemu Makefile configure

2007-01-07 Thread Pierre d'Herbemont
On 3 janv. 07, at 15:23, Bernhard Fischer wrote: On Wed, Jan 03, 2007 at 01:59:50PM +, Thiemo Seufer wrote: ifeq ($(ARCH),ppc) - CFLAGS+= -D__powerpc__ + CPPFLAGS += -D__powerpc__ (doesn't cpp already define that on ppc?) That's for the Darwin/Mac OS X PowerPC platforms where

Re: [Qemu-devel] qemu Makefile configure

2007-01-04 Thread Thiemo Seufer
Thiemo Seufer wrote: Fabrice Bellard wrote: IMHO, CFLAGS and LDFLAGS overriding should not be allowed for QEMU as it is almost sure to break the dyngen stuff. If ever it is allowed, it should be done so that the CFLAGS for the files used by dyngen are not modified. That's why I made

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Thiemo Seufer
Thiemo Seufer wrote: CVSROOT: /sources/qemu Module name: qemu Changes by: Thiemo Seufer ths 07/01/01 21:31:01 Modified files: . : Makefile configure Log message: Fix Makefile weirdness. CVSWeb URLs:

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Bernhard Fischer
On Wed, Jan 03, 2007 at 01:59:50PM +, 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:

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Thiemo Seufer
Thiemo Seufer wrote: Thiemo Seufer wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/01/01 21:31:01 Modified files: . : Makefile configure Log message: Fix Makefile weirdness. CVSWeb URLs:

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Daniel Jacobowitz
On Wed, Jan 03, 2007 at 02:42:20PM +, Thiemo Seufer wrote: +CFLAGS += $(OS_CFLAGS) Did you try this on any target that triggers one of the += cases? It's not the most intuitive thing in the world, but I believe make ignores Makefile += operators if the variable was overridden on the command

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Thiemo Seufer
Bernhard Fischer wrote: On Wed, Jan 03, 2007 at 01:59:50PM +, 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

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Thiemo Seufer
Daniel Jacobowitz wrote: On Wed, Jan 03, 2007 at 02:42:20PM +, Thiemo Seufer wrote: +CFLAGS += $(OS_CFLAGS) Did you try this on any target that triggers one of the += cases? It's not the most intuitive thing in the world, but I believe make ignores Makefile += operators if the

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Fabrice Bellard
IMHO, CFLAGS and LDFLAGS overriding should not be allowed for QEMU as it is almost sure to break the dyngen stuff. If ever it is allowed, it should be done so that the CFLAGS for the files used by dyngen are not modified. Fabrice. Thiemo Seufer wrote: Thiemo Seufer wrote: CVSROOT:

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Thiemo Seufer
Fabrice Bellard wrote: IMHO, CFLAGS and LDFLAGS overriding should not be allowed for QEMU as it is almost sure to break the dyngen stuff. If ever it is allowed, it should be done so that the CFLAGS for the files used by dyngen are not modified. That's why I made OP_CFLAGS a separate set of

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Bernhard Fischer
On Wed, Jan 03, 2007 at 04:16:53PM +, Thiemo Seufer wrote: Fabrice Bellard wrote: IMHO, CFLAGS and LDFLAGS overriding should not be allowed for QEMU as it is almost sure to break the dyngen stuff. If ever it is allowed, it should be done so that the CFLAGS for the files used by dyngen are

[Qemu-devel] qemu Makefile configure

2007-01-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/01/01 21:31:01 Modified files: . : Makefile configure Log message: Fix Makefile weirdness. CVSWeb URLs:

[Qemu-devel] qemu Makefile configure

2006-04-23 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook [EMAIL PROTECTED] 06/04/23 17:57:59 Modified files: . : Makefile configure Log message: Autodetect tools neccessary for building documentation. Make distclean