diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-12 16:30:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-03-12 16:31:16 +0100 |
commit | b07d6cdbefc1455db3a73712ec22f88f72ca6840 (patch) | |
tree | ff4af08562f418b89d8e7d8fbab80cd34cdc1dbb | |
parent | sys-fs/ext4magic: Stabilize 0.3.2-r2 x86, #925609 (diff) | |
download | gentoo-b07d6cdbefc1455db3a73712ec22f88f72ca6840.tar.gz gentoo-b07d6cdbefc1455db3a73712ec22f88f72ca6840.tar.bz2 gentoo-b07d6cdbefc1455db3a73712ec22f88f72ca6840.zip |
profiles: default-enable CET on amd64 23.0 profiles
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | profiles/default/linux/amd64/23.0/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/23.0/make.defaults b/profiles/default/linux/amd64/23.0/make.defaults index 05f8f6a36542..fb3acfbe5b4c 100644 --- a/profiles/default/linux/amd64/23.0/make.defaults +++ b/profiles/default/linux/amd64/23.0/make.defaults @@ -2,3 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" + +USE="cet" + +BOOTSTRAP_USE="${BOOTSTRAP_USE} cet" |