about summary refs log tree commit diff stats
path: root/etc/portage/make.conf
blob: 2c5caf21293857ce392a485bff231148eb2bb51f (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
40
41
42
43
44
45
46
47
48
49
50
51
# 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="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j4 -l4"
CHOST="x86_64-pc-linux-gnu"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3"
INPUT_DEVICES="libinput"
VIDEO_CARDS="intel i965"
L10N="en-US"
ACCEPT_LICENSE="-* @FREE"

# Disable useless things
USE="-kde -gnome -systemd"

# Use Xorg
USE="$USE X elogind -wayland"

# Use PulseAudio
USE="$USE alsa pulseaudio"

# Use OpenSSL
USE="$USE openssl -libressl"

# Use Firefox
USE="$USE dbus postproc apng"

# Use Emacs
USE="$USE gui gtk libxml2 ssl png xwidgets"

# Use Misc
USE="$USE icu harfbuzz xft unicode3"

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

EMERGE_DEFAULT_OPTS="--ask --jobs 4"

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

GENTOO_MIRRORS="https://gentoo.c3sl.ufpr.br/"
GRUB_PLATFORMS="efi-64"