Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/embedded/
Date: Thu, 17 Sep 2020 11:05:51
Message-Id: 1600340701.eeb7c8ef090081d24f51d7eb767518a5d40032ec.dilfridge@gentoo
1 commit: eeb7c8ef090081d24f51d7eb767518a5d40032ec
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 11:04:30 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 11:05:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb7c8ef
7
8 profiles: Add riscv to profiles/embedded/make.defaults USE_EXPAND_VALUES_ARCH
9
10 Closes: https://bugs.gentoo.org/742695
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 profiles/embedded/make.defaults | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
17 index 2e7b33ab0d1..cc003fd8857 100644
18 --- a/profiles/embedded/make.defaults
19 +++ b/profiles/embedded/make.defaults
20 @@ -23,7 +23,7 @@ LINGUAS="en"
21 IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
22 USE_EXPAND_UNPREFIXED="ARCH"
23 USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
24 -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
25 +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
26 USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
27 USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
28 USE_EXPAND_VALUES_USERLAND="BSD GNU"