summaryrefslogtreecommitdiff
blob: 56850defa2bfaa47f9342a31d34138ebec0d7b6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# 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"