1
0
Fork 0
forked from len0rd/rockbox

Change bootchart to be "c" in configure, instead of "b" which clashes with the ondio backlight mod

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25436 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Torne Wuff 2010-04-02 14:19:22 +00:00
parent 98493fd398
commit 4e5f948049

4
tools/configure vendored
View file

@ -367,7 +367,7 @@ whichadvanced () {
interact=1
echo ""
echo "Enter your developer options (press enter when done)"
printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile"
printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile"
if [ "$memory" = "2" ]; then
printf ", (8)MB MOD"
fi
@ -408,7 +408,7 @@ whichadvanced () {
echo "logf() support enabled"
logf="yes"
;;
[Bb])
[Cc])
echo "bootchart enabled (logf also enabled)"
bootchart="yes"
logf="yes"