summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 9f5b5cfdb4..277436d716 100755
--- a/tools/configure
+++ b/tools/configure
@@ -383,8 +383,9 @@ whichadvanced () {
383 else 383 else
384 interact=1 384 interact=1
385 echo "" 385 echo ""
386 echo "Enter your developer options (press enter when done)" 386 printf "Enter your developer options (press only enter when done)\n\
387 printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile, (T)est plugins" 387(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile,\n\
388(T)est plugins, S(m)all C lib:"
388 if [ "$memory" = "2" ]; then 389 if [ "$memory" = "2" ]; then
389 printf ", (8)MB MOD" 390 printf ", (8)MB MOD"
390 fi 391 fi
@@ -425,6 +426,10 @@ whichadvanced () {
425 echo "logf() support enabled" 426 echo "logf() support enabled"
426 logf="yes" 427 logf="yes"
427 ;; 428 ;;
429 [Mm])
430 echo "Using Rockbox' small C library"
431 extradefines="$extradefines -DHAVE_ROCKBOX_C_LIBRARY"
432 ;;
428 [Tt]) 433 [Tt])
429 echo "Including test plugins" 434 echo "Including test plugins"
430 extradefines="$extradefines -DHAVE_TEST_PLUGINS" 435 extradefines="$extradefines -DHAVE_TEST_PLUGINS"