qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bob Deblier <bob.deblier@telenet.be>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu 32 bits on  AMD64
Date: Mon, 14 Mar 2005 10:19:35 +0100	[thread overview]
Message-ID: <1110791975.5551.3.camel@orion> (raw)
In-Reply-To: <200503140943.34781.vaise@votreservice.com>

On Mon, 2005-03-14 at 09:43 +0000, vaise@votreservice.com wrote:
> > $ make
> /home/moi/install/qemu/cvs/qemu/target-i386/op.c:1: error: 
> -mpreferred-stack-boundary=2 is not between 4 and 12
> make[1]: *** [op.o] Error 1
> make[1]: Leaving directory `/home/moi/install/qemu/cvs/qemu/i386-user'
> make: *** [all] Error 1
> 
> Have you already seen this ?

Yes, I've run into this problem too. I had to work around that with the
following patch:

diff -p -r1.62 Makefile.target
*** Makefile.target     13 Mar 2005 16:52:10 -0000      1.62
--- Makefile.target     14 Mar 2005 09:17:00 -0000
*************** endif
*** 120,126 ****

  ifeq ($(ARCH),i386)
  CFLAGS+=-fomit-frame-pointer
! OP_CFLAGS=$(CFLAGS) -mpreferred-stack-boundary=2
  ifeq ($(HAVE_GCC3_OPTIONS),yes)
  OP_CFLAGS+= -falign-functions=0 -fno-gcse
  else
--- 120,126 ----

  ifeq ($(ARCH),i386)
  CFLAGS+=-fomit-frame-pointer
! OP_CFLAGS=$(CFLAGS) -mpreferred-stack-boundary=4
  ifeq ($(HAVE_GCC3_OPTIONS),yes)
  OP_CFLAGS+= -falign-functions=0 -fno-gcse
  else

Sincerely,

Bob Deblier

      reply	other threads:[~2005-03-14  9:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-07 12:41 [Qemu-devel] qemu 32 bits on AMD64 vaise
2005-03-07 12:47 ` Bob Deblier
2005-03-14  9:43   ` vaise
2005-03-14  9:19     ` Bob Deblier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1110791975.5551.3.camel@orion \
    --to=bob.deblier@telenet.be \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).