# # $Id: make.defaults.sparc,v 1.7 2002/12/09 19:05:43 seemant Exp $ # # $Log: make.defaults.sparc,v $ # Revision 1.7 2002/12/09 19:05:43 seemant # added PROFILE_ARCH for sparc64 # # Revision 1.6 2002/12/09 17:12:12 seemant # changed ARCH to sparc64 # # Revision 1.5 2002/12/09 16:54:51 seemant # replaced sparc64 KEYWORD with sparc # # Revision 1.4 2002/07/04 13:39:46 murphy # Fixing to use ACCEPT_KEYWORDS # # 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="sparc" CHOST=sparc-unknown-linux-gnu PLATFORM=sparc64-unknown-linux-gnu PROFILE_ARCH="sparc64" # 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} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc"