summaryrefslogtreecommitdiffstats
path: root/host-demeter/make.conf
diff options
context:
space:
mode:
authorWolfgang Müller2019-02-10 18:29:15 +0100
committerWolfgang Müller2019-02-10 18:29:15 +0100
commita25b7c8da9414e9188d7feb7b280005e6e50ea13 (patch)
tree14584c0ed68a4783cc79ee94ee9932ea4a987664 /host-demeter/make.conf
downloadportage-roles-a25b7c8da9414e9188d7feb7b280005e6e50ea13.tar.gz
Initial import
Diffstat (limited to 'host-demeter/make.conf')
-rw-r--r--host-demeter/make.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/host-demeter/make.conf b/host-demeter/make.conf
new file mode 100644
index 0000000..b2a4fc9
--- /dev/null
+++ b/host-demeter/make.conf
@@ -0,0 +1,25 @@
+CFLAGS="-O2 -pipe -march=native -mtune=native"
+CXXFLAGS="${CFLAGS}"
+CHOST="x86_64-pc-linux-gnu"
+
+CPU_FLAGS_X86="mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
+
+PORTDIR="/var/portage"
+DISTDIR="${PORTDIR}/distfiles"
+PKGDIR="${PORTDIR}/packages"
+
+MAKEOPTS="-j3"
+
+PORT_LOGDIR="/var/log/portage/"
+PORTAGE_ELOG_CLASSES="log warn error"
+PORTAGE_ELOG_SYSTEM="echo save:*"
+PORTAGE_COMPRESS=""
+
+EMERGE_DEFAULT_OPTS="--ask --alert --autounmask=n --jobs 2 --load-average 2"
+
+GENTOO_MIRRORS="http://de-mirror.org/gentoo/ rsync://de-mirror.org/gentoo/ http://gentoo.mneisen.org/ http://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ rsync://ftp-stud.hs-esslingen.de/gentoo/"
+
+FEATURES="cgroup webrsync-gpg userfetch clean-logs split-log split-elog compress-build-logs downgrade-backup parallel-install"
+PORTAGE_GPG_DIR="/var/lib/gentoo/gkeys/keyrings/gentoo/release"
+
+INSTALL_MASK="/usr/share/bash-completion"