summaryrefslogtreecommitdiffstats
path: root/host-tithonus/make.conf
diff options
context:
space:
mode:
authorWolfgang Müller2019-06-03 23:49:20 +0200
committerWolfgang Müller2019-06-08 18:28:30 +0200
commit2c73affc5079f084c273645c0656665e1434cacb (patch)
tree416431e3aa39909168f854138582852aa0d97291 /host-tithonus/make.conf
parent1e19ea738f40d4ba067ca1722577a068837ceefb (diff)
downloadportage-roles-2c73affc5079f084c273645c0656665e1434cacb.tar.gz
host-tithonus: Remove role
Diffstat (limited to 'host-tithonus/make.conf')
-rw-r--r--host-tithonus/make.conf25
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"