summaryrefslogtreecommitdiff
path: root/profiles/arch/powerpc/ppc64/64le/make.defaults
blob: 7a7e3bdc53a136b70d31fd587b2833bb357d154c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

CHOST="powerpc64le-unknown-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

CHOST_ppc64="powerpc64le-unknown-linux-gnu"
CHOST_ppc="powerpcle-unknown-linux-gnu"