forked from len0rd/rockbox
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:
parent
3369a74cf7
commit
c164b8651d
1 changed files with 2 additions and 0 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -415,6 +415,8 @@ whichadvanced () {
|
||||||
if [ "yes" = "$simulator" ]; then
|
if [ "yes" = "$simulator" ]; then
|
||||||
debug="-DDEBUG"
|
debug="-DDEBUG"
|
||||||
extradefines="$extradefines -DSIMULATOR"
|
extradefines="$extradefines -DSIMULATOR"
|
||||||
|
archosrom=""
|
||||||
|
flash=""
|
||||||
fi
|
fi
|
||||||
if [ "yes" = "$profile" ]; then
|
if [ "yes" = "$profile" ]; then
|
||||||
extradefines="$extradefines -DRB_PROFILE"
|
extradefines="$extradefines -DRB_PROFILE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue