forked from len0rd/rockbox
tools/configure does not let you select normal build for sansae200r - add similar logic for the simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23922 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a165d16d4
commit
ec64954c66
1 changed files with 4 additions and 0 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -2543,6 +2543,10 @@ fi
|
||||||
echo "Bootloader build selected"
|
echo "Bootloader build selected"
|
||||||
;;
|
;;
|
||||||
[Ss])
|
[Ss])
|
||||||
|
if [ "$modelname" = "sansae200r" ]; then
|
||||||
|
echo "Do not use the e200R target for simulator builds. Use e200 instead."
|
||||||
|
exit 8
|
||||||
|
fi
|
||||||
debug="-DDEBUG"
|
debug="-DDEBUG"
|
||||||
simulator="yes"
|
simulator="yes"
|
||||||
extradefines="-DSIMULATOR"
|
extradefines="-DSIMULATOR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue