commit:     3977562864163fc4887ab1f59a3c92ac7ea4bb6d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 17:54:34 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 18:14:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39775628

profiles/default/linux/arm64: Fix parent to little-endian, #600590

Fix the parent profile of default/linux/arm64 from top-level arch/arm64
to little-endian subprofile. This is what the profile structure
suggests, and (unlike the top profile) it defines CHOST
(and CHOST_arm64) as required by package manager, eclasses and ebuilds.

 profiles/default/linux/arm64/parent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/arm64/parent 
b/profiles/default/linux/arm64/parent
index 63b5baf..21d6fd1 100644
--- a/profiles/default/linux/arm64/parent
+++ b/profiles/default/linux/arm64/parent
@@ -1,3 +1,3 @@
 ../../../base
 ..
-../../../arch/arm64
+../../../arch/arm64/little-endian

Reply via email to