summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 36597f524b..0f7a821303 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1990,6 +1990,9 @@ case $modelname in
1990 e200r|e200) 1990 e200r|e200)
1991 gdbstub="(I)installer, " 1991 gdbstub="(I)installer, "
1992 ;; 1992 ;;
1993 c200)
1994 gdbstub="(E)raser, "
1995 ;;
1993 *) 1996 *)
1994 ;; 1997 ;;
1995esac 1998esac
@@ -2008,6 +2011,24 @@ fi
2008 bootloader="1" 2011 bootloader="1"
2009 echo "e200R-installer build selected" 2012 echo "e200R-installer build selected"
2010 ;; 2013 ;;
2014 [Ee])
2015 appsdir='\$(ROOTDIR)/bootloader'
2016 apps="bootloader"
2017 echo "C2(4)0 or C2(5)0"
2018 variant=`input`
2019 case $variant in
2020 4)
2021 extradefines="-DBOOTLOADER -DC200_ERASE -DC240_ERASE -ffunction-sections -fdata-sections"
2022 echo "c240 eraser build selected"
2023 ;;
2024 5)
2025 extradefines="-DBOOTLOADER -DC200_ERASE -DC250_ERASE -ffunction-sections -fdata-sections"
2026 echo "c240 eraser build selected"
2027 ;;
2028 esac
2029 bootloader="1"
2030 echo "c200 eraser build selected"
2031 ;;
2011 [Bb]) 2032 [Bb])
2012 if test $t_manufacturer = "archos"; then 2033 if test $t_manufacturer = "archos"; then
2013 # Archos SH-based players do this somewhat differently for 2034 # Archos SH-based players do this somewhat differently for