summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-11 19:43:53 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-11 19:53:27 +0100
commitdd3ad1f5f47838fdb9cf5ce3b4adb2eadac6358e (patch)
treed2514afd91c9234c63ae023077d7cd842d456c13 /profiles/embedded/make.defaults
parentprofiles: Remove incomplete nios2 profiles (diff)
downloadgentoo-dd3ad1f5f47838fdb9cf5ce3b4adb2eadac6358e.tar.gz
gentoo-dd3ad1f5f47838fdb9cf5ce3b4adb2eadac6358e.tar.bz2
gentoo-dd3ad1f5f47838fdb9cf5ce3b4adb2eadac6358e.zip
profiles: Remove nios2 arch
Closes: https://bugs.gentoo.org/644754
Diffstat (limited to 'profiles/embedded/make.defaults')
-rw-r--r--profiles/embedded/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index b1e80653f29f..259baa6f8599 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -20,7 +20,7 @@ LINGUAS="en"
IUSE_IMPLICIT="prefix prefix-chain prefix-guest"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"