summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-29 12:43:56 +0000
committerWolfgang Müller2024-03-29 12:43:56 +0000
commita1b7697c7b4bf83675690be8c5a06cf635eaf2d5 (patch)
treec77912830d1ff1a2f9ca6e904d1be81867fb7988
parent56874a18fdfea74d32fd23305840dc23a2f96ee0 (diff)
downloadportage-roles-a1b7697c7b4bf83675690be8c5a06cf635eaf2d5.tar.gz
host-coleridge: Remove obsolete PAX_MARKINGS
PaX specifically, and Grsecurity in general, is no longer officially supported by Gentoo [1] making PAX_MARKINGS vestigial. [1] https://wiki.gentoo.org/wiki/Hardened#Goals
-rw-r--r--host-coleridge/make.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/host-coleridge/make.conf b/host-coleridge/make.conf
index f77a8e0..1170d0f 100644
--- a/host-coleridge/make.conf
+++ b/host-coleridge/make.conf
@@ -4,8 +4,6 @@ CHOST="x86_64-gentoo-linux-musl"
CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop"
-PAX_MARKINGS="XT"
-
DISTDIR="/var/portage/distfiles"
PKGDIR="/var/portage/packages"
MAKEOPTS="-j6"