diff options
Diffstat (limited to 'tools/configure')
| -rwxr-xr-x | tools/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 27d6d43..7fffcfd 100755 --- a/tools/configure +++ b/tools/configure @@ -1464,6 +1464,7 @@ fi bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" tool="$rootdir/tools/scramble -creative=zvm" + USE_ELF="yes" output="rockbox.zvm" appextra="recorder:gui" plugins="" @@ -1488,6 +1489,7 @@ fi bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" tool="$rootdir/tools/scramble -creative=zvm60" + USE_ELF="yes" output="rockbox.zvm60" appextra="recorder:gui" plugins="" @@ -1512,6 +1514,7 @@ fi bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" tool="$rootdir/tools/scramble -creative=zenvision" + USE_ELF="yes" output="rockbox.zv" appextra="recorder:gui" plugins="" @@ -2072,6 +2075,7 @@ sed > Makefile \ -e "s,@TTS_OPTS@,${TTS_OPTS},g" \ -e "s,@VOICETOOLSET@,${voicetoolset},g" \ -e "s,@LANGS@,${buildlangs},g" \ + -e "s,@USE_ELF@,${USE_ELF},g" \ <<EOF ## Automatically generated. http://www.rockbox.org/ @@ -2145,6 +2149,7 @@ export TTS_OPTS=@TTS_OPTS@ export TTS_ENGINE=@TTS_ENGINE@ export ENC_OPTS=@ENC_OPTS@ export ENCODER=@ENCODER@ +export USE_ELF=@USE_ELF@ # Do not print "Entering directory ..." MAKEFLAGS += --no-print-directory |