[Qemu-devel] qemu Makefile configure

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

[Qemu-devel] qemu Makefile configure

2007-09-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/09/22 16:49:15 Modified files: . : Makefile configure Log message: Only build qemu-img with softmmu targets. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=

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 __powerp

Re: [Qemu-devel] qemu Makefile configure

2007-01-04 Thread Thiemo Seufer
Thiemo Seufer wrote: > 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

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

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 dyng

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

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
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 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 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
Thiemo Seufer wrote: > Thiemo Seufer wrote: > > CVSROOT:/sources/qemu > > Module name:qemu > > Changes by: Thiemo Seufer 07/01/01 21:31:01 > > > > Modified files: > > . : Makefile configure > > > > Log message: > > Fix Makefile weirdness. > > > > CVSWeb URL

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: /s

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 07/01/01 21:31:01 > > Modified files: > . : Makefile configure > > Log message: > Fix Makefile weirdness. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/qe

[Qemu-devel] qemu Makefile configure

2007-01-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/01 21:31:01 Modified files: . : Makefile configure Log message: Fix Makefile weirdness. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.106&r

Re: [Qemu-devel] qemu Makefile configure

2006-04-30 Thread Leonardo E. Reiter
Attached is a patch to fix 'make install' when the docs are not built (it currently fails). - Leo Reiter Paul Brook wrote: > CVSROOT: /sources/qemu > Module name: qemu > Branch: > Changes by: Paul Brook <[EMAIL PROTECTED]> 06/04/23 17:57:59 > > Modified files: > .

[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 re

[Qemu-devel] qemu Makefile configure kqemu.h

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:39:17 Modified files: . : Makefile configure Added files: . : kqemu.h Log message: kqemu/qvm86 must now be co