summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2018-08-03 10:56:30 -0400
committerIan Stakenvicius <axs@gentoo.org>2018-08-03 12:46:19 -0400
commit00265f477673d09607f074f61d2e0c8b2f2c7b32 (patch)
tree2c9e9d8ae290f9a02536a24b524bbd871c65e012 /profiles/embedded
parentmedia-libs/libjpeg-turbo: Fix "java/turbojpeg.jar does not exist" (diff)
downloadgentoo-00265f477673d09607f074f61d2e0c8b2f2c7b32.tar.gz
gentoo-00265f477673d09607f074f61d2e0c8b2f2c7b32.tar.bz2
gentoo-00265f477673d09607f074f61d2e0c8b2f2c7b32.zip
profiles/embedded/make.defaults: drop some PROFILE_ONLY_VARIABLES
ARCH, ELIBC, and KERNEL variables need to be set or overridden when using the embedded profile for special crossdev projects (i.e. mingw32/64). Crossdev tools often set the overrides already in make.conf, but they were previously ignored when the embedded profile is used. Also of note, none of those variables are set in the embedded profile itself. This commit allows for those variables to be defined in make.conf, so that the minimalist embedded profile can be used directly rather than needing to create a custom profile based on it instead. Bug: https://bugs.gentoo.org/487310
Diffstat (limited to 'profiles/embedded')
-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 23f79922d54a..38535593b5c3 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -35,4 +35,4 @@ USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_F
# Variables that are set exclusively by the profile
# and not by user configuration files.
-PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
+PROFILE_ONLY_VARIABLES="IUSE_IMPLICIT USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"