profiles/embedded/make.defaults: drop some PROFILE_ONLY_VARIABLES
authorIan Stakenvicius <axs@gentoo.org>
Fri, 3 Aug 2018 14:56:30 +0000 (10:56 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Fri, 3 Aug 2018 16:46:19 +0000 (12:46 -0400)
commit00265f477673d09607f074f61d2e0c8b2f2c7b32
tree2c9e9d8ae290f9a02536a24b524bbd871c65e012
parent486ccacaa459418e04fa0c67d86296c387675724
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
profiles/embedded/make.defaults