summaryrefslogtreecommitdiff
blob: 5da53aa133842bb4f5ce711e6d3fb674155ed6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2

ARCH="ppc"
ACCEPT_KEYWORDS="${ARCH}"

CHOST="powerpc-gentoo-linux-uclibc"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

# Anthony G. Basile <blueness@gentoo.org> (01 Jul 2014)
# Multilib-related setup, bug #515130
ABI="ppc"
DEFAULT_ABI="ppc"
MULTILIB_ABIS="ppc"
CHOST_ppc="${CHOST}"
LIBDIR_ppc="lib"
IUSE_IMPLICIT="abi_ppc_32"