commit:     55b2674137813ebe9043783f24e9e403c377e904
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  1 20:37:45 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun  1 20:39:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b26741

profiles, m68k 23.0 time64: switch CHOST to aligned, enforce glibc with patch

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/default/linux/m68k/23.0/time64/make.defaults | 2 +-
 profiles/default/linux/m68k/23.0/time64/package.mask  | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults 
b/profiles/default/linux/m68k/23.0/time64/make.defaults
index cc79f01e0445..9188aed8a582 100644
--- a/profiles/default/linux/m68k/23.0/time64/make.defaults
+++ b/profiles/default/linux/m68k/23.0/time64/make.defaults
@@ -1,7 +1,7 @@
 # Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-CHOST="m68k-unknown-linux-gnut64"
+CHOST="m68k-aligned-linux-gnut64"
 
 # Let's take care of a decent celestial alignment
 CFLAGS="${CFLAGS} -malign-int"

diff --git a/profiles/default/linux/m68k/23.0/time64/package.mask 
b/profiles/default/linux/m68k/23.0/time64/package.mask
new file mode 100644
index 000000000000..702337e06c07
--- /dev/null
+++ b/profiles/default/linux/m68k/23.0/time64/package.mask
@@ -0,0 +1,7 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Andreas K. Hüttel <[email protected]> (2025-06-02)
+# Since we are using -maligned-int by default here, we also need the
+# corresponding fixed / patched toolchain versions...
+<sys-libs/glibc-2.41-r2

Reply via email to