From bc9ec5a0b13da6e31a29efb5e29a6328dcacfd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 13 Jun 2025 14:49:33 +0200 Subject: [PATCH] =?UTF-8?q?profiles,=20m68k=20time64=20aligned:=20also=20u?= =?UTF-8?q?nmask=20python=20target=203.13,=20part=204=CF=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/default/linux/m68k/23.0/time64/make.defaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/default/linux/m68k/23.0/time64/make.defaults b/profiles/default/linux/m68k/23.0/time64/make.defaults index 92e3530290765..d65c7b4737b1c 100644 --- a/profiles/default/linux/m68k/23.0/time64/make.defaults +++ b/profiles/default/linux/m68k/23.0/time64/make.defaults @@ -13,7 +13,7 @@ FFLAGS="${FFLAGS} -malign-int" # 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 -python_targets_python3_12 -python_single_target_python3_12" +PYTHON_SINGLE_TARGET="-python3_12 python3_13 -python3_13t -python3_14 -python3_14t" +PYTHON_TARGETS="-python3_12 python3_13 -python3_13t -python3_14 -python3_14t" +BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13"