From 6dfb45918938ce661f27c88f943bbbea95ffc179 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 28 Apr 2022 17:38:38 +0200 Subject: host-albatross: Add profile for albatross This is our new desktop system, replacing nabokov. --- host-albatross/make.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 host-albatross/make.conf (limited to 'host-albatross/make.conf') 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 -- cgit v1.2.3-2-gb3c3