mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00

Replace the individual TARGET_*=y lines with TARGET_ARCH, similar to how TARGET_BASE_ARCH is handled already. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
88 B
Makefile
4 lines
88 B
Makefile
TARGET_ARCH=mips64
|
|
TARGET_BASE_ARCH=mips
|
|
TARGET_ALIGNED_ONLY=y
|
|
TARGET_WORDS_BIGENDIAN=y
|