about summary refs log tree commit diff stats
path: root/etc/portage/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/portage/make.conf')
-rw-r--r--etc/portage/make.conf51
1 files changed, 51 insertions, 0 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
new file mode 100644
index 0000000..2c5caf2
--- /dev/null
+++ b/etc/portage/make.conf
@@ -0,0 +1,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"