Now that the extended address instructions are handled separately from virtual addresses, we can narrow the emulation to 32-bit. Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
5 lines
162 B
Makefile
5 lines
162 B
Makefile
TARGET_ARCH=microblaze
|
|
# needed by boot.c
|
|
TARGET_NEED_FDT=y
|
|
TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
|
|
TARGET_LONG_BITS=32
|