* [Qemu-devel] qemu Makefile.target configure
@ 2005-01-03 23:51 Fabrice Bellard
0 siblings, 0 replies; 5+ messages in thread
From: Fabrice Bellard @ 2005-01-03 23:51 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <fabrice@bellard.org> 05/01/03 23:38:40
Modified files:
. : Makefile.target configure
Log message:
x86_64 target support
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile.target.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/configure.diff?tr1=1.49&tr2=1.50&r1=text&r2=text
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] qemu Makefile.target configure
@ 2006-06-18 19:16 Paul Brook
0 siblings, 0 replies; 5+ messages in thread
From: Paul Brook @ 2006-06-18 19:16 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Paul Brook <pbrook> 06/06/18 19:16:53
Modified files:
. : Makefile.target configure
Log message:
Add big-endian SH4-user target
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.116&r2=1.117
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.107&r2=1.108
Patches:
Index: Makefile.target
===================================================================
RCS file: /sources/qemu/qemu/Makefile.target,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- Makefile.target 14 Jun 2006 18:17:46 -0000 1.116
+++ Makefile.target 18 Jun 2006 19:16:53 -0000 1.117
@@ -30,6 +30,11 @@
TARGET_ARCH2=armeb
endif
endif
+ifeq ($(TARGET_ARCH),sh4)
+ ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
+ TARGET_ARCH2=sh4eb
+ endif
+endif
ifeq ($(TARGET_ARCH),mips)
ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
TARGET_ARCH2=mipsel
Index: configure
===================================================================
RCS file: /sources/qemu/qemu/configure,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -b -r1.107 -r1.108
--- configure 17 Jun 2006 20:01:14 -0000 1.107
+++ configure 18 Jun 2006 19:16:53 -0000 1.108
@@ -737,6 +737,7 @@
[ "$target_cpu" = "ppc" ] && target_bigendian=yes
[ "$target_cpu" = "ppc64" ] && target_bigendian=yes
[ "$target_cpu" = "mips" ] && target_bigendian=yes
+[ "$target_cpu" = "sh4eb" ] && target_bigendian=yes
target_softmmu="no"
if expr $target : '.*-softmmu' > /dev/null ; then
target_softmmu="yes"
@@ -827,7 +828,7 @@
echo "#define TARGET_MIPS 1" >> $config_h
echo "CONFIG_SOFTFLOAT=yes" >> $config_mak
echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
-elif test "$target_cpu" = "sh4" ; then
+elif test "$target_cpu" = "sh4" -o "$target_cpu" = "sh4eb" ; then
echo "TARGET_ARCH=sh4" >> $config_mak
echo "#define TARGET_ARCH \"sh4\"" >> $config_h
echo "#define TARGET_SH4 1" >> $config_h
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] qemu Makefile.target configure
@ 2007-03-18 23:23 Thiemo Seufer
0 siblings, 0 replies; 5+ messages in thread
From: Thiemo Seufer @ 2007-03-18 23:23 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/03/18 23:23:31
Modified files:
. : Makefile.target configure
Log message:
Disable compiler options dangerous for op compilation.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.149&r2=1.150
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.130&r2=1.131
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] qemu Makefile.target configure
@ 2007-07-12 9:29 Thiemo Seufer
0 siblings, 0 replies; 5+ messages in thread
From: Thiemo Seufer @ 2007-07-12 9:29 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/07/12 09:29:18
Modified files:
. : Makefile.target configure
Log message:
Fix configure for cygwin, by Tristan Gingold.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.186&r2=1.187
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.148&r2=1.149
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] qemu Makefile.target configure
@ 2007-10-14 8:38 Jocelyn Mayer
0 siblings, 0 replies; 5+ messages in thread
From: Jocelyn Mayer @ 2007-10-14 8:38 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Jocelyn Mayer <j_mayer> 07/10/14 08:38:29
Modified files:
. : Makefile.target configure
Log message:
Provision for PowerPC 64 with hypervisor mode support - not enabled for now.
For consistency, group all PowerPC targets.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.208&r2=1.209
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r1=1.161&r2=1.162
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-14 8:38 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-03 23:51 [Qemu-devel] qemu Makefile.target configure Fabrice Bellard
-- strict thread matches above, loose matches on Subject: below --
2006-06-18 19:16 Paul Brook
2007-03-18 23:23 Thiemo Seufer
2007-07-12 9:29 Thiemo Seufer
2007-10-14 8:38 Jocelyn Mayer
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).