aboutsummaryrefslogtreecommitdiff
blob: 0ba741d0609acccf7e7e1a49b80c1a5e98963a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# These settings were set by RelEng GRS.
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE and USE_EXPAND flags that were used in addition to what is
# provided by the profile used for building.
USE="bindist"
CPU_FLAGS_X86="mmx sse sse2"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
PYTHON_TARGETS="python2.7 python3.4"