]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
configs/targets: Forbid Alpha to use legacy native endianness APIs
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 21 Dec 2025 17:36:50 +0000 (18:36 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 2 Feb 2026 11:34:14 +0000 (12:34 +0100)
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>

configs/targets/alpha-linux-user.mak
configs/targets/alpha-softmmu.mak

index aa25766236ea690e1f4da4cabbc5b819a87df8d5..ee505e16ef4fd17c846749f98eb4114278c7d799 100644 (file)
@@ -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
index e31f059a52d3f91239806d14110ee8f54de2a114..22fbbf0cb086a23e99af047da5adbcb6aa349fc7 100644 (file)
@@ -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