# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="m68k-aligned-linux-gnut64" # Let's take care of a decent celestial alignment 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_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"