summaryrefslogtreecommitdiff
blob: 1a3e8b65b9d9134546e1ee638006814150789c7b (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
# Please edit the file make.defaults.sparc to make changes, then run
# the ../default-sparc-1.0/scripts/build-rel.sh script and check the
# changes that have occurred (cvs diff).
#
ARCH="sparc"
CHOST=sparc-unknown-linux-gnu
PROFILE_ARCH="sparc64"
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="-mcpu=v8 -mtune=v9 -O2 -pipe"
# C++ Compiler flags
CXXFLAGS=${CFLAGS}

# USE arch:xxx keyword
ACCEPT_KEYWORDS="sparc"
FEATURES="sandbox ccache"