1
0
Fork 0
forked from len0rd/rockbox

Remove some nonessential comments from the c100 section.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Menes 2008-09-23 20:59:47 +00:00
parent bb95d90266
commit 2d4998ac24

23
tools/configure vendored
View file

@ -1651,18 +1651,21 @@ fi
54|c100) 54|c100)
target_id=42 target_id=42
modelname="c100" modelname="c100"
target="-DSANSA_C100" # The #define used in firmware/export/config.h for conditional compilation target="-DSANSA_C100"
memory=32 # how many megabytes of RAM memory=32 # unsure, must check
arm946cc # Which compiler to use, see the beginning of the file arm946cc
tool="$rootdir/tools/scramble -add=c100" # Which command to use for creating a rockbox binary to be loaded by the bootloader tool="$rootdir/tools/scramble -add=c100"
boottool="$rootdir/tools/scramble -tcc=crc" boottool="$rootdir/tools/scramble -tcc=crc"
bootoutput="player.rom" bootoutput="player.rom"
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" # How to create a monochrome bitmap bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
bmp2rb_native="$rootdir/tools/bmp2rb -f 4" # How to create a native bitmap bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
output="rockbox.c100" # The name of the Rockbox binary file output="rockbox.c100"
appextra="recorder:gui" # What directories in the apps/ tree to include in compilation appextra="recorder:gui"
plugins="" # Does it support plugins? plugins=""
# toolset is the tools within the tools directory that we build for
# this particular target.
toolset=$tccbitmaptools toolset=$tccbitmaptools
# architecture, manufacturer and model for the target-tree build
t_cpu="arm" t_cpu="arm"
t_manufacturer="tcc77x" t_manufacturer="tcc77x"
t_model="c100" t_model="c100"