# 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"