From 6202def6dca6c25edaec61e50de52088e9808313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A4ggqvist?= Date: Sat, 5 Jan 2008 22:36:46 +0000 Subject: Notify the user that he can't compile a normal build for the e200R target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16001 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/configure b/tools/configure index 163ee58..c2c9dca 100755 --- a/tools/configure +++ b/tools/configure @@ -1584,6 +1584,10 @@ fi echo "Manual build selected" ;; *) + if [ "$archos" = "e200r" ]; then + echo "Do not use the e200R target for regular builds. Use e200 instead." + exit + fi debug="" echo "Normal build selected" ;; -- cgit v1.1