xtensa: fix 'make debug' for xt-sim targets
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1f3f440b22
commit
65e5401502
2 changed files with 2 additions and 2 deletions
|
@ -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
2
scripts/support/xt-gdb.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue