mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
musl profiles should be subprofiles of the corresponding non-musl profiles, rather than top-level profiles below their relevant arch. Otherwise inheritance is incorrect and results in overwriting customizations from the musl feature profile. Bug: https://bugs.gentoo.org/896096 Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/30049 Signed-off-by: Sam James <sam@gentoo.org>
6 lines
176 B
Text
6 lines
176 B
Text
# Copyright 2022-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
CHOST="mips64-gentoo-linux-musl"
|
|
CHOST_n64="${CHOST}"
|
|
LIBDIR_n64="lib"
|