From ec64954c667628ab856b8c60b666e2b1eda50824 Mon Sep 17 00:00:00 2001 From: Michael Chicoine Date: Thu, 10 Dec 2009 19:48:14 +0000 Subject: 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 --- tools/configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index fa7be456f6..3d9c503fd9 100755 --- a/tools/configure +++ b/tools/configure @@ -2543,6 +2543,10 @@ fi echo "Bootloader build selected" ;; [Ss]) + if [ "$modelname" = "sansae200r" ]; then + echo "Do not use the e200R target for simulator builds. Use e200 instead." + exit 8 + fi debug="-DDEBUG" simulator="yes" extradefines="-DSIMULATOR" -- cgit v1.2.3