gentoo-ebuilds/profiles/default/linux/mips/17.0/n64/musl/make.defaults
Matoro Mahri 711c0c802f
profiles/default/linux/mips: reorganize for proper inheritance
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>
2023-03-19 03:16:37 +00:00

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"