a9a7490786
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>
8 lines
154 B
Makefile
8 lines
154 B
Makefile
TARGET_ARCH=mips
|
|
TARGET_ABI_MIPSO32=y
|
|
TARGET_BASE_ARCH=mips
|
|
TARGET_ABI_DIR=mips
|
|
TARGET_SYSTBL_ABI=o32
|
|
TARGET_SYSTBL=syscall_o32.tbl
|
|
TARGET_ALIGNED_ONLY=y
|