diff options
author | 2012-09-07 10:43:12 +0000 | |
---|---|---|
committer | 2012-09-07 10:43:12 +0000 | |
commit | 34c9c86fd1bceff95f37c93a20a874b7ddcc1dfd (patch) | |
tree | fc5de4f908ed6d04286b084da5abe33f4b7646b3 /profiles/desc/qemu_softmmu_targets.desc | |
parent | Version bump (diff) | |
download | gentoo-2-34c9c86fd1bceff95f37c93a20a874b7ddcc1dfd.tar.gz gentoo-2-34c9c86fd1bceff95f37c93a20a874b7ddcc1dfd.tar.bz2 gentoo-2-34c9c86fd1bceff95f37c93a20a874b7ddcc1dfd.zip |
Added unicore32 and or32 (OpenRISC) as new qemu targets.
Diffstat (limited to 'profiles/desc/qemu_softmmu_targets.desc')
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 1c33ab3b4ea6..675851278fba 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.4 2012/01/22 10:19:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v 1.5 2012/09/07 10:43:12 slyfox Exp $ # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -18,6 +18,7 @@ mips64el - system emulation target mips64 - system emulation target mipsel - system emulation target mips - system emulation target +or32 - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target ppc - system emulation target @@ -26,6 +27,7 @@ sh4eb - system emulation target sh4 - system emulation target sparc - system emulation target sparc64 - system emulation target +unicore32 - system emulation target x86_64 - system emulation target xtensaeb - system emulation target xtensa - system emulation target |