profiles, m68k time64 / aligned: enable python 3.13 here again

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-06-12 23:14:10 +02:00
parent 0efce8949b
commit fc6811e38d
2 changed files with 13 additions and 0 deletions

View File

@@ -8,3 +8,12 @@ CFLAGS="${CFLAGS} -malign-int"
CXXFLAGS="${CXXFLAGS} -malign-int"
FCFLAGS="${FCFLAGS} -malign-int"
FFLAGS="${FFLAGS} -malign-int"
# As opposed to old-style m68k, python-3.13 (and later?) works here
# Unfortunately, since the main m68k profile overwrites these variables,
# we cannot simply go back to the base settings but need to overwrite
# them *again*.
PYTHON_SINGLE_TARGET="python3_13"
PYTHON_TARGETS="python3_13"
BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13"

View File

@@ -5,3 +5,7 @@
# Since we are using -maligned-int by default here, we also need the
# corresponding fixed / patched toolchain versions...
<sys-libs/glibc-2.41-r2
# Python 3.13 works here. Not sure about 3.14 yet, we'll find out.
-dev-lang/python:3.13
-dev-lang/python:3.13t