Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
7 lines
242 B
Makefile
7 lines
242 B
Makefile
TARGET_ARCH=arm
|
|
TARGET_XML_FILES= arm-core.xml arm-vfp.xml arm-vfp3.xml arm-vfp-sysregs.xml arm-neon.xml arm-m-profile.xml arm-m-profile-mve.xml
|
|
# needed by boot.c
|
|
TARGET_NEED_FDT=y
|
|
TARGET_LONG_BITS=32
|
|
TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
|