gentoo-ebuilds/profiles/default/linux/mips/23.0/o32/make.defaults
Jannik Glückert 5639032a63
profiles: fix make.defaults variable quoting
PMS 5.2.4 make.defaults
> Each line contains a single VAR="value" entry, where the value must be double quoted.

Signed-off-by: Jannik Glückert <jannik.glueckert@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-29 20:41:20 +00:00

8 lines
242 B
Text

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST_o32="mips-unknown-linux-gnu"
CHOST_n32="mips64-unknown-linux-gnuabin32"
CHOST_n64="mips64-unknown-linux-gnuabi64"
CHOST="${CHOST_o32}"