summaryrefslogtreecommitdiffstats
path: root/host-demeter/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'host-demeter/make.conf')
-rw-r--r--host-demeter/make.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/host-demeter/make.conf b/host-demeter/make.conf
index 1678366..c449d9d 100644
--- a/host-demeter/make.conf
+++ b/host-demeter/make.conf
@@ -1,6 +1,5 @@
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"
@@ -19,7 +18,3 @@ EMERGE_DEFAULT_OPTS="--alert --ask --autounmask=n --color=n --jobs 2 --load-aver
FEATURES="clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log userfetch"
INSTALL_MASK="/usr/share/bash-completion"
-
-# Avoid removing merged-usr symlinks.
-UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin"
-UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*"