From 8ccd04c33d09faa09c648d38848ae284120b2c95 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 21 Aug 2009 20:26:53 +0000 Subject: Add CheckWPS entry to tools/configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22456 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 486a4706db..2f96f377e5 100755 --- a/tools/configure +++ b/tools/configure @@ -2430,7 +2430,7 @@ esac if [ "$ARG_TYPE" ]; then btype=$ARG_TYPE else - echo "Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, $gdbstub(M)anual: (Defaults to N)" + echo "Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, $gdbstub(M)anual: (Defaults to N)" btype=`input`; fi @@ -2511,6 +2511,16 @@ fi apps="manual" echo "Manual build selected" ;; + [Cc]) + uname=`uname` + simcc + toolset=''; + t_cpu=''; + GCCOPTS=''; + appsdir='\$(ROOTDIR)/tools/checkwps'; + output='checkwps.'${modelname}; + echo "CheckWPS build selected" + ;; *) if [ "$modelname" = "e200r" ]; then echo "Do not use the e200R target for regular builds. Use e200 instead." -- cgit v1.2.3