Commit fd2b312050 for qemu.org

commit fd2b31205020adcc0c8e04de7a9c4e14fbc4350d
Author: Philippe Mathieu-Daudé <philmd@linaro.org>
Date:   Sun Dec 21 18:36:50 2025 +0100

    configs/targets: Forbid Alpha to use legacy native endianness APIs

    All Alpha-related binaries are buildable without a single use
    of the legacy "native endian" API. Unset the transitional
    TARGET_USE_LEGACY_NATIVE_ENDIAN_API definition to forbid
    further uses of the legacy API.

    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Message-Id: <20251224160040.88612-6-philmd@linaro.org>

diff --git a/configs/targets/alpha-linux-user.mak b/configs/targets/alpha-linux-user.mak
index aa25766236..ee505e16ef 100644
--- a/configs/targets/alpha-linux-user.mak
+++ b/configs/targets/alpha-linux-user.mak
@@ -3,3 +3,4 @@ TARGET_SYSTBL_ABI=common
 TARGET_SYSTBL=syscall.tbl
 TARGET_LONG_BITS=64
 TARGET_XML_FILES= gdb-xml/alpha-core.xml
+TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y
diff --git a/configs/targets/alpha-softmmu.mak b/configs/targets/alpha-softmmu.mak
index e31f059a52..22fbbf0cb0 100644
--- a/configs/targets/alpha-softmmu.mak
+++ b/configs/targets/alpha-softmmu.mak
@@ -1,3 +1,4 @@
 TARGET_ARCH=alpha
 TARGET_LONG_BITS=64
 TARGET_XML_FILES= gdb-xml/alpha-core.xml
+TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y