summaryrefslogtreecommitdiffstats
path: root/host-albatross/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'host-albatross/make.conf')
-rw-r--r--host-albatross/make.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/host-albatross/make.conf b/host-albatross/make.conf
new file mode 100644
index 0000000..e49575d
--- /dev/null
+++ b/host-albatross/make.conf
@@ -0,0 +1,28 @@
+COMMON_FLAGS="-march=znver3 -mtune=znver3 -O2 -pipe"
+CFLAGS="${COMMON_FLAGS}"
+CXXFLAGS="${COMMON_FLAGS}"
+FCFLAGS="${COMMON_FLAGS}"
+FFLAGS="${COMMON_FLAGS}"
+
+CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
+
+DISTDIR="/var/portage/distfiles"
+PKGDIR="/var/portage/binpkgs"
+
+MAKEOPTS="-j32"
+
+PORT_LOGDIR="/var/log/portage/"
+PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="echo save:*"
+PORTAGE_COMPRESS=""
+
+EMERGE_DEFAULT_OPTS="--color=n --ask --alert --autounmask-write=n --jobs 4 --load-average 16"
+
+VIDEO_CARDS="amdgpu radeonsi"
+
+INSTALL_MASK="/usr/share/bash-completion"
+FEATURES="cgroup clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log"
+
+# This sets the language of build output to English.
+# Please keep this setting intact when reporting bugs.
+LC_MESSAGES=C