mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user