Allow gdb to recognize txvu-elf as a valid configuration.
This commit is contained in:
parent
1476759b9c
commit
53cf880935
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ case "${target}" in
|
|||
;;
|
||||
# start-sanitize-sky
|
||||
txvu-*-elf*)
|
||||
noconfigdirs="$noconfigdirs gcc gdb"
|
||||
noconfigdirs="$noconfigdirs gcc"
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty"
|
||||
noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue