diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-21 22:18:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-21 22:20:27 +0200 |
commit | 8e6d748569ceb72bdd944ceed4b2fff668ab1eec (patch) | |
tree | 28b92433b5bc6d0fbe64c6c57ff89689efa33b3c /profiles/desc | |
parent | profiles/desc: Remove unused values from NGINX_MODULES_STREAM (diff) | |
download | gentoo-8e6d748569ceb72bdd944ceed4b2fff668ab1eec.tar.gz gentoo-8e6d748569ceb72bdd944ceed4b2fff668ab1eec.tar.bz2 gentoo-8e6d748569ceb72bdd944ceed4b2fff668ab1eec.zip |
profiles/desc: Remove unused values from QEMU_*_TARGETS
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 3 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 4147a15922ef..77be14da04ba 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -21,7 +21,6 @@ mips - system emulation target moxie - moxielogic system emulation target nios2 - system emulation target or1k - OpenRISC system emulation target -or32 - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target ppc - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 1a62a4d0ef50..76c2721cd8cf 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags. @@ -23,7 +23,6 @@ mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target nios2 - userspace emulation target or1k - OpenRISC system emulation target -or32 - OpenRISC userspace emulation target ppc64abi32 - userspace emulation target ppc64le - PowerPC 64-bit little endian userspace emulation target ppc64 - PowerPC 64-bit big endian userspace emulation target |