The qemu-system-avr binary is 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é <[email protected]>
---
 configs/targets/avr-softmmu.mak | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/targets/avr-softmmu.mak b/configs/targets/avr-softmmu.mak
index 1aba1ccf13b..b6157fc465d 100644
--- a/configs/targets/avr-softmmu.mak
+++ b/configs/targets/avr-softmmu.mak
@@ -1,4 +1,3 @@
 TARGET_ARCH=avr
 TARGET_XML_FILES= gdb-xml/avr-cpu.xml
-TARGET_USE_LEGACY_NATIVE_ENDIAN_API=y
 TARGET_LONG_BITS=32
-- 
2.52.0


Reply via email to