From: Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] fix configure for mips o32
Date: Wed, 03 Jun 2009 14:28:00 +0200 [thread overview]
Message-ID: <87prdlv6wf.fsf@lechat.rtp-net.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
The commit 1ad2134f914dfd4c8f92307c94c9a5a1e28f0059 is defining
target_phys_bits and set it to 64 for all mips machines including mipsel
machines which are 32 bit. This patch set it to 32.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix_configure.patch --]
[-- Type: text/x-diff, Size: 457 bytes --]
Index: qemu/configure
===================================================================
--- qemu.orig/configure
+++ qemu/configure
@@ -1970,7 +1970,7 @@ case "$target_cpu" in
echo "#define TARGET_ARCH \"mips\"" >> $config_h
echo "#define TARGET_MIPS 1" >> $config_h
echo "#define TARGET_ABI_MIPSO32 1" >> $config_h
- target_phys_bits=64
+ target_phys_bits=32
;;
mipsn32|mipsn32el)
echo "TARGET_ARCH=mipsn32" >> $config_mak
next reply other threads:[~2009-06-03 12:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-03 12:28 Arnaud Patard [this message]
2009-06-03 14:29 ` [Qemu-devel] [PATCH] fix configure for mips o32 M. Warner Losh
2009-06-03 15:17 ` Arnaud Patard
2009-06-03 14:46 ` Paul Brook
2009-06-03 15:20 ` Arnaud Patard
2009-06-03 15:22 ` Paul Brook
2009-06-04 9:18 ` Arnaud Patard
2009-06-05 7:29 ` M. Warner Losh
2009-06-03 15:34 ` M. Warner Losh
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=87prdlv6wf.fsf@lechat.rtp-net.org \
--to=arnaud.patard@rtp-net.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.