diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults b/profiles/default/linux/m68k/23.0/time64/make.defaults index 9188aed8a5827..61e5746feb90e 100644 --- a/profiles/default/linux/m68k/23.0/time64/make.defaults +++ b/profiles/default/linux/m68k/23.0/time64/make.defaults @@ -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" + diff --git a/profiles/default/linux/m68k/23.0/time64/package.mask b/profiles/default/linux/m68k/23.0/time64/package.mask index 702337e06c071..6b44966a1a445 100644 --- a/profiles/default/linux/m68k/23.0/time64/package.mask +++ b/profiles/default/linux/m68k/23.0/time64/package.mask @@ -5,3 +5,7 @@ # Since we are using -maligned-int by default here, we also need the # corresponding fixed / patched toolchain versions...