diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2009-05-17 10:32:48 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2009-05-17 10:32:48 +0000 |
commit | 03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab (patch) | |
tree | dacd5fed67c6e2b52cb0add13fa5fecb73f15b8e /profiles/desc | |
parent | version bump. (diff) | |
download | gentoo-2-03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab.tar.gz gentoo-2-03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab.tar.bz2 gentoo-2-03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab.zip |
Introduce qemu specific USE_EXPAND
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 23 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 27 |
2 files changed, 50 insertions, 0 deletions
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc new file mode 100644 index 000000000000..f50627b7fb54 --- /dev/null +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -0,0 +1,23 @@ +# Copyright 2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v 1.1 2009/05/17 10:32:48 lu_zero Exp $ + +# This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. + +# Keep it sorted. + +arm - system emulation target +cris - system emulation target +i386 - system emulation target +m68k - system emulation target +mips64el - system emulation target +mips64 - system emulation target +mipsel - system emulation target +mips - system emulation target +ppc64 - system emulation target +ppc - system emulation target +sh4eb - system emulation target +sh4 - system emulation target +sparc - system emulation target +x86_64 - system emulation target +ppcemb - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc new file mode 100644 index 000000000000..a9a855d8cfdb --- /dev/null +++ b/profiles/desc/qemu_user_targets.desc @@ -0,0 +1,27 @@ +# Copyright 2009 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_user_targets.desc,v 1.1 2009/05/17 10:32:48 lu_zero Exp $ + +# This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. + +# Keep it sorted. + +alpha - userspace emulation target +armeb - userspace emulation target +arm - userspace emulation target +cris - userspace emulation target +i386 - userspace emulation target +m68k - userspace emulation target +mips64el - userspace emulation target +mips64 - userspace emulation target +mipsel - userspace emulation target +mips - userspace emulation target +ppc64abi32 - userspace emulation target +ppc64 - userspace emulation target +ppc - userspace emulation target +sh4eb - userspace emulation target +sh4 - userspace emulation target +sparc32plus - userspace emulation target +sparc64 - userspace emulation target +sparc - userspace emulation target +x86_64 - userspace emulation target |