From f42f42e5543f18d11142bb98e3c8677a04b99318 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 9 Feb 2006 21:22:36 +0000 Subject: 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 --- tools/configure | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index ddfea63cb3..bc48cd28e0 100755 --- a/tools/configure +++ b/tools/configure @@ -852,8 +852,19 @@ fi ################################################################## # 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 "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`; -- cgit v1.2.3