1
0
Fork 0
forked from len0rd/rockbox

remove display-leftovers and remove the memory size question for iRiver

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5085 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-09-16 21:19:21 +00:00
parent c70ede76bd
commit e76d7d99d9

4
tools/configure vendored
View file

@ -48,7 +48,6 @@ sed > Makefile \
-e "s,@ROOTDIR@,${rootdir},g" \ -e "s,@ROOTDIR@,${rootdir},g" \
-e "s,@ARCHOS@,${archos},g" \ -e "s,@ARCHOS@,${archos},g" \
-e "s,@DEBUG@,${debug},g" \ -e "s,@DEBUG@,${debug},g" \
-e "s,@DISPLAY@,${display},g" \
-e "s,@KEYPAD@,${keypad},g" \ -e "s,@KEYPAD@,${keypad},g" \
-e "s,@PWD@,${pwd},g" \ -e "s,@PWD@,${pwd},g" \
-e "s,@LANGUAGE@,${language},g" \ -e "s,@LANGUAGE@,${language},g" \
@ -62,7 +61,6 @@ ROOTDIR=@ROOTDIR@
SIMDIR=\$(ROOTDIR)/uisimulator/@SIMVER@ SIMDIR=\$(ROOTDIR)/uisimulator/@SIMVER@
TOOLSDIR=\$(ROOTDIR)/tools TOOLSDIR=\$(ROOTDIR)/tools
DEBUG=@DEBUG@ DEBUG=@DEBUG@
DISPLAY=@DISPLAY@
KEYPAD=@KEYPAD@ KEYPAD=@KEYPAD@
THISDIR="@PWD@" THISDIR="@PWD@"
SIMVER=@SIMVER@ SIMVER=@SIMVER@
@ -185,7 +183,6 @@ if [ "$target" = "update" ]; then
if [ "$debug" = "SIMULATOR=1" ]; then if [ "$debug" = "SIMULATOR=1" ]; then
simulator="yes" simulator="yes"
display=`grep "^DISPLAY=" Makefile | cut -d= -f2-`
keypad=`grep "^KEYPAD=" Makefile | cut -d= -f2-` keypad=`grep "^KEYPAD=" Makefile | cut -d= -f2-`
simver=`grep "^SIMVER=" Makefile | cut -d= -f2-` simver=`grep "^SIMVER=" Makefile | cut -d= -f2-`
fi fi
@ -259,6 +256,7 @@ if [ -z "$archos" ]; then
9) 9)
archos="h100" archos="h100"
target="-DIRIVER_H100" target="-DIRIVER_H100"
memory=32 # always
;; ;;
*) *)