Skip to content

Commit ea81840

Browse files
stephanosiogalak
authored andcommitted
arm64: Enable arm-zephyr-eabi multi-arch support for gdb
This commit enables the "arm-zephyr-eabi" target support in the AArch64 gdb in order to support the devices that integrate both ARMv7 and ARMv8 cores into single system-on-chip (e.g. Xilinx Zynq UltraScale+ and TI AM65x devices). Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 7c098e0 commit ea81840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/arm64.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-arra
3737
CT_CC_LANG_CXX=y
3838
CT_CC_GCC_LIBSTDCXX_NANO=y
3939
CT_DEBUG_GDB=y
40+
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--enable-targets=arm-zephyr-eabi"
4041
CT_ISL_V_0_18=y
4142
CT_LIBICONV_NEEDED=y

0 commit comments

Comments
 (0)