xtensa: fix 'make debug' for xt-sim targets

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-06-12 13:48:37 -07:00 committed by Anas Nashif
commit 65e5401502
2 changed files with 2 additions and 2 deletions

View file

@ -112,6 +112,6 @@ KBUILD_CXXFLAGS:=$(filter-out \
XTRUN = ${CROSS_COMPILE}run
XTRUN_FLAGS += --turbo --cc_none
export CROSS_COMPILE XTENSA_SYSTEM LIB_INCLUDE_DIR
export CROSS_COMPILE XTENSA_SYSTEM LIB_INCLUDE_DIR XCC_TOOLS
endif # CONFIG_XTENSA

2
scripts/support/xt-gdb.sh Normal file → Executable file
View file

@ -1,6 +1,6 @@
#!/bin/bash
XT_GDB=$XTENSA_TOOLS_PATH/bin/xt-gdb
XT_GDB=$XCC_TOOLS/bin/xt-gdb
ELF_NAME=${O}/${KERNEL_ELF_NAME}
set -e