blob: 87a98bb8262c894c9ccfad858d79ee3517f9aa2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
#
# $Id: make.defaults.sparc,v 1.7 2002/12/09 19:05:43 seemant Exp $
#
# $Log: not supported by cvs2svn $
# 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"
|