summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 21:21:06 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 21:21:06 +0000
commitdfb001560a4e237a774cd5ef55cba2681bb409d5 (patch)
tree618544eaf21060930529c487f68f62dd72eba20f /tools
parent80bb2819dadc83584e784a7183f31e179d2a4317 (diff)
downloadrockbox-dfb001560a4e237a774cd5ef55cba2681bb409d5.tar.gz
rockbox-dfb001560a4e237a774cd5ef55cba2681bb409d5.zip
Fixed broken sim builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 9192601e9f..b4b180746a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -226,7 +226,7 @@ whichdevel () {
226 done 226 done
227 227
228 if [ "yes" = "$simulator" ]; then 228 if [ "yes" = "$simulator" ]; then
229 debug="1" 229 debug="-DDEBUG"
230 extradefines="-DSIMULATOR" 230 extradefines="-DSIMULATOR"
231 whichsim 231 whichsim
232 fi 232 fi
@@ -627,7 +627,7 @@ fi
627 echo "Bootloader build selected" 627 echo "Bootloader build selected"
628 ;; 628 ;;
629 [Ss]) 629 [Ss])
630 debug="1" 630 debug="-DDEBUG"
631 simulator="yes" 631 simulator="yes"
632 extradefines="-DSIMULATOR" 632 extradefines="-DSIMULATOR"
633 echo "Simulator build selected" 633 echo "Simulator build selected"