FS#9973 by Yoshihisa Uchida: Fix simulator build failure when using advanced configure options on targets which build RomBox (Archos Player, Ondio SP)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20772 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2009-04-21 16:13:00 +00:00
parent 3369a74cf7
commit c164b8651d

2
tools/configure vendored
View file

@ -415,6 +415,8 @@ whichadvanced () {
if [ "yes" = "$simulator" ]; then
debug="-DDEBUG"
extradefines="$extradefines -DSIMULATOR"
archosrom=""
flash=""
fi
if [ "yes" = "$profile" ]; then
extradefines="$extradefines -DRB_PROFILE"