summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-02-10 11:51:23 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-02-10 11:51:23 +0000
commit0526d9cc8e81849e622fef4b2a21672966a838b5 (patch)
tree71aec99de5a619c7b75afb7f6612fd84f653c8d0 /app-emulation
parentVersion bump, thanks to Conrad Kostecki <ConiKost at gmx.de> in #150769. (diff)
downloadgentoo-2-0526d9cc8e81849e622fef4b2a21672966a838b5.tar.gz
gentoo-2-0526d9cc8e81849e622fef4b2a21672966a838b5.tar.bz2
gentoo-2-0526d9cc8e81849e622fef4b2a21672966a838b5.zip
Minor update
(Portage version: 2.1.2-r8)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu-softmmu/ChangeLog5
-rw-r--r--app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild15
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emulation/qemu-softmmu/ChangeLog b/app-emulation/qemu-softmmu/ChangeLog
index 90f8a9491cd7..30b635fe30d1 100644
--- a/app-emulation/qemu-softmmu/ChangeLog
+++ b/app-emulation/qemu-softmmu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qemu-softmmu
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.33 2007/02/07 20:38:55 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/ChangeLog,v 1.34 2007/02/10 11:51:23 lu_zero Exp $
+
+ 10 Feb 2007; Luca Barbato <lu_zero@gentoo.org> qemu-softmmu-0.9.0.ebuild:
+ Minor update
*qemu-softmmu-0.9.0 (07 Feb 2007)
diff --git a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild
index 7faf2ad4a31f..89a582985bd7 100644
--- a/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild
+++ b/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.1 2007/02/07 20:38:55 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-softmmu/qemu-softmmu-0.9.0.ebuild,v 1.2 2007/02/10 11:51:23 lu_zero Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -33,10 +33,10 @@ QA_TEXTRELS="usr/bin/qemu
QA_EXECSTACK="usr/share/qemu/openbios-sparc32"
QA_WX_LOAD="usr/share/qemu/openbios-sparc32"
-set_target_list() {
- TARGET_LIST="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu arm-softmmu mips-softmmu"
- export TARGET_LIST
-}
+#set_target_list() {
+# TARGET_LIST="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu arm-softmmu mips-softmmu"
+# export TARGET_LIST
+#}
pkg_setup() {
if [ "$(gcc-major-version)" == "4" ]; then
@@ -71,7 +71,7 @@ src_compile() {
# Switch off hardened tech
filter-flags -fpie -fstack-protector
- set_target_list
+# set_target_list
myconf="--disable-gcc-check"
if ! use sdl ; then
@@ -79,11 +79,12 @@ src_compile() {
fi
./configure \
--prefix=/usr \
- --target-list="${TARGET_LIST}" \
--enable-slirp --enable-adlib \
--cc=$(tc-getCC) \
--host-cc=$(tc-getCC) \
--kernel-path=${KV_DIR} \
+ --disable-linux-user \
+ --enable-system \
$(use_enable sdl)\
$(use_enable kqemu) \
$(use_enable alsa) \