summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2009-06-01 12:37:25 +0000
committerMarc Guay <marcguay@rockbox.org>2009-06-01 12:37:25 +0000
commit86ce407803ee3575215e4535dada8f5b983f966f (patch)
tree4b8460897e930f87e79a95b7cd8924cec7f9aaed /tools/configure
parentf5db6b9ce360b245ed46aeed9597d1c5d80c6074 (diff)
downloadrockbox-86ce407803ee3575215e4535dada8f5b983f966f.tar.gz
rockbox-86ce407803ee3575215e4535dada8f5b983f966f.zip
c100: Get a regular build compiling. Very little functionality.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21153 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 1eec733243..a58e8c6e1c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1709,7 +1709,7 @@ fi
1709 target_id=42 1709 target_id=42
1710 modelname="c100" 1710 modelname="c100"
1711 target="-DSANSA_C100" 1711 target="-DSANSA_C100"
1712 memory=32 # unsure, must check 1712 memory=2
1713 arm946cc 1713 arm946cc
1714 tool="$rootdir/tools/scramble -add=c100" 1714 tool="$rootdir/tools/scramble -add=c100"
1715 boottool="$rootdir/tools/scramble -tcc=crc" 1715 boottool="$rootdir/tools/scramble -tcc=crc"
@@ -1719,6 +1719,7 @@ fi
1719 output="rockbox.c100" 1719 output="rockbox.c100"
1720 appextra="recorder:gui" 1720 appextra="recorder:gui"
1721 plugins="" 1721 plugins=""
1722 swcodec="yes"
1722 # toolset is the tools within the tools directory that we build for 1723 # toolset is the tools within the tools directory that we build for
1723 # this particular target. 1724 # this particular target.
1724 toolset=$tccbitmaptools 1725 toolset=$tccbitmaptools