From d9c0ad1db69dd3a32939725006fbe4ee27dedcff Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Wed, 25 Jan 2006 01:41:22 +0000 Subject: New build type: GDB stub git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8446 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 990bd8471f..f8fef62fdb 100755 --- a/tools/configure +++ b/tools/configure @@ -807,7 +807,7 @@ fi # Figure out build "type" # echo "" - echo "Build (N)ormal, (D)evel, (S)imulator, (B)ootloader? (N)" + echo "Build (N)ormal, (D)evel, (S)imulator, (B)ootloader, (G)DB stub? (N)" option=`input`; @@ -839,6 +839,19 @@ fi echo "Devel build selected" whichdevel ;; + [Gg]) + extradefines="-DSTUB" # for target makefile symbol EXTRA_DEFINES + appsdir='\$(ROOTDIR)/gdb' + apps="stub" + case $archos in + ifp7xx) + output="stub.wma" + ;; + *) + ;; + esac + echo "GDB stub build selected" + ;; *) debug="" echo "Normal build selected" -- cgit v1.2.3