blob: d64df188a330be96e19b3f7d152c49e4ec5c6541 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
CHOST="powerpc-gentoo-linux-musl"
# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014)
# Multilib-related setup, bug #515130
MULTILIB_ABIS="ppc"
CHOST_ppc="${CHOST}"
LIBDIR_ppc="lib"
|