summaryrefslogtreecommitdiffstats
path: root/host-demeter/make.conf
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-24 18:43:38 +0100
committerWolfgang Müller2024-03-24 18:43:38 +0100
commitf8c5d48c4f3225054b8cea2adfe36ca4b613a996 (patch)
tree92da6daa8b2300f8bc47573f6b6683b698da7211 /host-demeter/make.conf
parentd27f68b75ec509e6271715b625937ed73defd9b4 (diff)
downloadportage-roles-f8c5d48c4f3225054b8cea2adfe36ca4b613a996.tar.gz
host-demeter: Remove CHOST and UNINSTALL_IGNORE
Similar to 6ed5dd3 (host-albatross: Remove UNINSTALL_IGNORE overrides, 2024-03-23). This host also still had a CHOST setting which is no longer required.
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/*"