summaryrefslogtreecommitdiffstatshomepage
path: root/make.conf
blob: 2cbdd39f5b9232177100cd1407a075374bfd0fdc (plain) (blame)
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
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -march=i686 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable before changing.
CHOST="i686-gentoo-linux-musl"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

MAKEOPTS="-j1"

CPU_FLAGS_X86="mmx"

GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/"

PORT_LOGDIR="/var/log/portage/"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_SYSTEM="echo save:*"

PORTAGE_COMPRESS=""

EMERGE_DEFAULT_OPTS="--ask --alert --autounmask-write=n --jobs=1"

FEATURES="compress-build-logs clean-logs split-elog split-log"

INSTALL_MASK="/usr/share/doc/*"