summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2009-04-21 16:13:00 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2009-04-21 16:13:00 +0000
commitc164b8651d4754c81608e6e582cca0fc17e9a51a (patch)
treed9d49c41af2d33e0076105c21ab32801981315b9 /tools
parent3369a74cf7d58be3d0f5b4b9d704e0303737d895 (diff)
downloadrockbox-c164b8651d4754c81608e6e582cca0fc17e9a51a.tar.gz
rockbox-c164b8651d4754c81608e6e582cca0fc17e9a51a.zip
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index a56019f842..b7cf4e4d2d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -415,6 +415,8 @@ whichadvanced () {
415 if [ "yes" = "$simulator" ]; then 415 if [ "yes" = "$simulator" ]; then
416 debug="-DDEBUG" 416 debug="-DDEBUG"
417 extradefines="$extradefines -DSIMULATOR" 417 extradefines="$extradefines -DSIMULATOR"
418 archosrom=""
419 flash=""
418 fi 420 fi
419 if [ "yes" = "$profile" ]; then 421 if [ "yes" = "$profile" ]; then
420 extradefines="$extradefines -DRB_PROFILE" 422 extradefines="$extradefines -DRB_PROFILE"