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"