summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure11
1 files changed, 1 insertions, 10 deletions
diff --git a/tools/configure b/tools/configure
index 9e95cd0452..c265c1ef53 100755
--- a/tools/configure
+++ b/tools/configure
@@ -720,9 +720,6 @@ whichadvanced () {
720 printf "Enter your developer options (press only enter when done)\n\ 720 printf "Enter your developer options (press only enter when done)\n\
721(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile,\n\ 721(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile,\n\
722(T)est plugins, S(m)all C lib:" 722(T)est plugins, S(m)all C lib:"
723 if [ "$memory" = "2" ]; then
724 printf ", (8)MB MOD"
725 fi
726 if [ "$modelname" = "archosplayer" ]; then 723 if [ "$modelname" = "archosplayer" ]; then
727 printf ", Use (A)TA poweroff" 724 printf ", Use (A)TA poweroff"
728 fi 725 fi
@@ -789,12 +786,6 @@ whichadvanced () {
789 echo "Voice build selected" 786 echo "Voice build selected"
790 voice="yes" 787 voice="yes"
791 ;; 788 ;;
792 8)
793 if [ "$memory" = "2" ]; then
794 memory="8"
795 echo "Memory size selected: 8MB"
796 fi
797 ;;
798 [Aa]) 789 [Aa])
799 if [ "$modelname" = "archosplayer" ]; then 790 if [ "$modelname" = "archosplayer" ]; then
800 have_ata_poweroff="#define HAVE_ATA_POWER_OFF" 791 have_ata_poweroff="#define HAVE_ATA_POWER_OFF"
@@ -1183,7 +1174,7 @@ ARG_ARM_EABI=
1183ARG_ARM_THUMB= 1174ARG_ARM_THUMB=
1184ARG_PREFIX="$PREFIX" 1175ARG_PREFIX="$PREFIX"
1185ARG_THREAD_SUPPORT= 1176ARG_THREAD_SUPPORT=
1186err= 1177err=
1187for arg in "$@"; do 1178for arg in "$@"; do
1188 case "$arg" in 1179 case "$arg" in
1189 --ccache) ARG_CCACHE=1;; 1180 --ccache) ARG_CCACHE=1;;