1
0
Fork 0
forked from len0rd/rockbox

Fixed broken sim builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-08-30 21:21:06 +00:00
parent 80bb2819da
commit dfb001560a

4
tools/configure vendored
View file

@ -226,7 +226,7 @@ whichdevel () {
done done
if [ "yes" = "$simulator" ]; then if [ "yes" = "$simulator" ]; then
debug="1" debug="-DDEBUG"
extradefines="-DSIMULATOR" extradefines="-DSIMULATOR"
whichsim whichsim
fi fi
@ -627,7 +627,7 @@ fi
echo "Bootloader build selected" echo "Bootloader build selected"
;; ;;
[Ss]) [Ss])
debug="1" debug="-DDEBUG"
simulator="yes" simulator="yes"
extradefines="-DSIMULATOR" extradefines="-DSIMULATOR"
echo "Simulator build selected" echo "Simulator build selected"