From dfb001560a4e237a774cd5ef55cba2681bb409d5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 30 Aug 2005 21:21:06 +0000 Subject: Fixed broken sim builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 9192601e9f..b4b180746a 100755 --- a/tools/configure +++ b/tools/configure @@ -226,7 +226,7 @@ whichdevel () { done if [ "yes" = "$simulator" ]; then - debug="1" + debug="-DDEBUG" extradefines="-DSIMULATOR" whichsim fi @@ -627,7 +627,7 @@ fi echo "Bootloader build selected" ;; [Ss]) - debug="1" + debug="-DDEBUG" simulator="yes" extradefines="-DSIMULATOR" echo "Simulator build selected" -- cgit