9b089d254a
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency. Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
223 B
Makefile
7 lines
223 B
Makefile
TARGET_ARCH=loongarch64
|
|
TARGET_BASE_ARCH=loongarch
|
|
TARGET_SUPPORTS_MTTCG=y
|
|
TARGET_XML_FILES= gdb-xml/loongarch-base32.xml gdb-xml/loongarch-base64.xml gdb-xml/loongarch-fpu.xml
|
|
# all boards require libfdt
|
|
TARGET_NEED_FDT=y
|