summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
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