From: Ben Taylor <sol10x86@cox.net>
To: Qemu-devel@nongnu.org
Subject: [Qemu-devel] Patch: configure for Solaris
Date: Sat, 10 Feb 2007 7:06:19 -0500 [thread overview]
Message-ID: <21447030.1171109179368.JavaMail.root@eastrmwml08.mgt.cox.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 140 bytes --]
This patch consolodates Solaris configuration (it had
been in two places) , as well as adds support for Solaris 10
for the kqemu module.
[-- Attachment #2: qemu-solaris-configure.patch --]
[-- Type: text/x-patch, Size: 900 bytes --]
diff -ruN qemu-ORIG/configure qemu/configure
--- qemu-ORIG/configure 2007-01-31 07:10:07.000000000 -0500
+++ qemu/configure 2007-02-10 07:01:39.149388000 -0500
@@ -133,8 +133,15 @@
OS_CFLAGS="-mdynamic-no-pic"
;;
SunOS)
-solaris="yes"
-;;
+ solaris="yes"
+ make="gmake"
+ install="ginstall"
+ solarisrev=`uname -r | cut -f2 -d.`
+ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
+ if test "$solarisrev" -ge 10 ; then
+ kqemu="yes"
+ fi
+ ;;
*)
oss="yes"
linux="yes"
@@ -151,17 +158,6 @@
fi
fi
-if [ "$solaris" = "yes" ] ; then
- make="gmake"
- install="ginstall"
- solarisrev=`uname -r | cut -f2 -d.`
- if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
- if test "$solarisrev" -gt 10 ; then
- kqemu="yes"
- fi
- fi
-fi
-
# find source path
source_path=`dirname "$0"`
if [ -z "$source_path" ]; then
reply other threads:[~2007-02-10 12:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=21447030.1171109179368.JavaMail.root@eastrmwml08.mgt.cox.net \
--to=sol10x86@cox.net \
--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).