diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-14 18:54:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-14 19:14:24 +0100 |
commit | 3977562864163fc4887ab1f59a3c92ac7ea4bb6d (patch) | |
tree | c2894f625ebd4119822e49b2b2e3079b6a2ee6de /profiles/default | |
parent | profiles/thirdpartymirrors: Remove no-longer-used flightgear mirrors (diff) | |
download | gentoo-3977562864163fc4887ab1f59a3c92ac7ea4bb6d.tar.gz gentoo-3977562864163fc4887ab1f59a3c92ac7ea4bb6d.tar.bz2 gentoo-3977562864163fc4887ab1f59a3c92ac7ea4bb6d.zip |
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.
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/arm64/parent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/linux/arm64/parent b/profiles/default/linux/arm64/parent index 63b5baf1b03f..21d6fd1a076f 100644 --- a/profiles/default/linux/arm64/parent +++ b/profiles/default/linux/arm64/parent @@ -1,3 +1,3 @@ ../../../base .. -../../../arch/arm64 +../../../arch/arm64/little-endian |