From: Michał Górny Date: Sun, 22 Jan 2017 18:12:00 +0000 (+0100) Subject: profiles: Inherit arch/base for musl+uclibc profiles X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c54bf58d2013f43995d80c3bcfa2e53152270ac7;p=gentoo.git profiles: Inherit arch/base for musl+uclibc profiles --- diff --git a/profiles/default/linux/uclibc/parent b/profiles/default/linux/uclibc/parent index 9f9d2cbed246..2348d8d17b95 100644 --- a/profiles/default/linux/uclibc/parent +++ b/profiles/default/linux/uclibc/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base .. diff --git a/profiles/hardened/linux/musl/parent b/profiles/hardened/linux/musl/parent index be0b656ea9a8..a9dd6fd5cb5b 100644 --- a/profiles/hardened/linux/musl/parent +++ b/profiles/hardened/linux/musl/parent @@ -1,2 +1,3 @@ +../../../arch/base ../../../base ../../../default/linux