mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix voice and manual build scripts even more
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26530 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
001323fc6f
commit
06fac736f9
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ sub buildit {
|
||||||
|
|
||||||
`rm -rf * >/dev/null 2>&1`;
|
`rm -rf * >/dev/null 2>&1`;
|
||||||
|
|
||||||
my $c = "../tools/configure --target=$target --type=m";
|
my $c = "../tools/configure --target=$target --type=m --ram=0";
|
||||||
|
|
||||||
print "C: $c\n" if($verbose);
|
print "C: $c\n" if($verbose);
|
||||||
`$c`;
|
`$c`;
|
||||||
|
|
|
@ -56,7 +56,7 @@ sub buildit {
|
||||||
|
|
||||||
`rm -rf * >/dev/null 2>&1`;
|
`rm -rf * >/dev/null 2>&1`;
|
||||||
|
|
||||||
my $c = "../tools/configure --type=av --target=$model --language=0 --tts=f";
|
my $c = "../tools/configure --type=av --target=$model --language=0 --tts=f --ram=0 --voice=0";
|
||||||
|
|
||||||
print "C: $c\n" if($verbose);
|
print "C: $c\n" if($verbose);
|
||||||
`$c`;
|
`$c`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue