forked from len0rd/rockbox
Only offer the (G)db stub alternative on targets that support it: ifp7x0
is the only one atm. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8644 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0ad4cfbb5
commit
f42f42e554
1 changed files with 12 additions and 1 deletions
13
tools/configure
vendored
13
tools/configure
vendored
|
|
@ -852,8 +852,19 @@ fi
|
||||||
##################################################################
|
##################################################################
|
||||||
# Figure out build "type"
|
# Figure out build "type"
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# the ifp7x0 is the only platform that supports building a gdb stub like
|
||||||
|
# this
|
||||||
|
case $archos in
|
||||||
|
ifp7xx)
|
||||||
|
gdbstub="(G)DB stub, "
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Build (N)ormal, (D)evel, (S)imulator, (B)ootloader, (G)DB stub, (M)anual? (N)"
|
echo "Build (N)ormal, (D)evel, (S)imulator, (B)ootloader, $gdbstub(M)anual? (N)"
|
||||||
|
|
||||||
option=`input`;
|
option=`input`;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue