1c6ff7205b
In arm-compat-semi.c, we have more advanced treatment of guest file descriptors than we do in other implementations. Split out GuestFD and related functions to a new file so that they can be shared. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
7 lines
183 B
Makefile
7 lines
183 B
Makefile
TARGET_ARCH=aarch64
|
|
TARGET_BASE_ARCH=arm
|
|
TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml
|
|
TARGET_HAS_BFLT=y
|
|
CONFIG_SEMIHOSTING=y
|
|
CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
|