summaryrefslogtreecommitdiff
blob: f20597b43bbf8fc77d3c823c2cd7971f60d8043f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2000 Daniel Robbins, Gentoo Foundation.
# System-wide defaults for the Portage system

ARCH="ppc"

# Host-type
CHOST="powerpc-unknown-linux-gnu"

USE="build"
# C Compiler flags
CFLAGS="-mstring -mmultiple -O2 -pipe"
# C++ Compiler flags
CXXFLAGS="-mstring -mmultiple -O2 -pipe"