mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
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>
8 lines
242 B
Text
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}"
|