diff options
Diffstat (limited to 'host-tithonus/make.conf')
-rw-r--r-- | host-tithonus/make.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/host-tithonus/make.conf b/host-tithonus/make.conf deleted file mode 100644 index e92be65..0000000 --- a/host-tithonus/make.conf +++ /dev/null @@ -1,25 +0,0 @@ -CFLAGS="-O2 -pipe -march=haswell -mtune=haswell" -CXXFLAGS="${CFLAGS}" - -CHOST="x86_64-pc-linux-gnu" - -CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" - -DISTDIR="/var/portage/distfiles" -PKGDIR="/var/portage/packages" - -MAKEOPTS="-j8" - -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 3 --load-average 6" - -VIDEO_CARDS="nvidia" - -INSTALL_MASK="/usr/share/bash-completion" - -FEATURES="cgroup clean-logs compress-build-logs downgrade-backup mount-sandbox parallel-install split-elog split-log" |