From c164b8651d4754c81608e6e582cca0fc17e9a51a Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Tue, 21 Apr 2009 16:13:00 +0000 Subject: 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 --- tools/configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configure b/tools/configure index a56019f842..b7cf4e4d2d 100755 --- a/tools/configure +++ b/tools/configure @@ -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" -- cgit v1.2.3