# # $Id: make.defaults.sparc,v 1.3 2002/05/08 22:12:56 murphy Exp $ # # $Log: make.defaults.sparc,v $ # Revision 1.3 2002/05/08 22:12:56 murphy # Adding misc flags for make.defaults in make.defaults.sparc. # # Revision 1.2 2002/04/18 21:06:28 murphy # More changes # # ARCH="sparc64" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu # Options passed to make during the build process # MAKEOPTS="-j2" # Fetching command (5 tries, passive ftp for firewall compatibility) FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" # Global configure options # C Compiler flags CFLAGS="-O2 -pipe" # C++ Compiler flags CXXFLAGS=${CFLAGS}