From 466a7c6a405f80cd8e01ebf0a70eb406863a38f1 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Mar 2012 19:37:40 +0100 Subject: Integrate the warble tool in the regular build system. Only sdl app builds work properly for now. Change-Id: I7807d42f69b8577b401e48cdc63de71e54f49217 --- tools/configure | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 87dc78f27d..84e87c9fdf 100755 --- a/tools/configure +++ b/tools/configure @@ -3383,7 +3383,7 @@ esac if [ "$ARG_TYPE" ]; then btype=$ARG_TYPE else - echo "Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, (D)atabase tool$gdbstub: (Defaults to N)" + echo "Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, (D)atabase tool, (W)arble codec tool$gdbstub: (Defaults to N)" btype=`input`; fi @@ -3484,6 +3484,17 @@ fi echo "Database tool build selected" ;; + [Ww]) + uname=`uname` + simcc "warble" + toolset=''; + t_cpu=''; + GCCOPTS=''; + extradefines="$extradefines -DDEBUG" + output='warble.'${modelname}; + archosrom=''; + echo "Warble build selected" + ;; *) if [ "$modelname" = "sansae200r" ]; then echo "Do not use the e200R target for regular builds. Use e200 instead." -- cgit v1.2.3