summaryrefslogtreecommitdiff
blob: 0f209150370b7b73a4e9d4068f61c6a2304e4326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc.
# System-wide defaults for the Portage system

ARCH="ppc"

CHOST="powerpc-unknown-linux-gnu"

PLATFORM=$CHOST

# C Compiler flags
CFLAGS="-mstring -mmultiple -O2 -pipe"
USE="berkdb gdbm readline slang pam nls"
# C++ Compiler flags
CXXFLAGS="-mstring -mmultiple -O2 -pipe"
CFLAGS="-m486 -march=i486 -O2"
CXXFLAGS=$CFLAGS