summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 7c41a0b182..ad1a51e408 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1950,6 +1950,7 @@ fi
1950 t_manufacturer="as3525" 1950 t_manufacturer="as3525"
1951 t_model="sansa-clip" 1951 t_model="sansa-clip"
1952 arm9tdmicc 1952 arm9tdmicc
1953 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
1953 ;; 1954 ;;
1954 1955
1955 1956
@@ -1992,6 +1993,7 @@ fi
1992 t_manufacturer="as3525" 1993 t_manufacturer="as3525"
1993 t_model="sansa-m200v4" 1994 t_model="sansa-m200v4"
1994 arm9tdmicc 1995 arm9tdmicc
1996 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
1995 ;; 1997 ;;
1996 1998
1997 1999
@@ -2037,6 +2039,7 @@ fi
2037 t_manufacturer="as3525" 2039 t_manufacturer="as3525"
2038 t_model="sansa-c200v2" 2040 t_model="sansa-c200v2"
2039 arm9tdmicc 2041 arm9tdmicc
2042 GCCOPTS=`echo $GCCOPTS | sed 's/ -O / -Os /'`
2040 ;; 2043 ;;
2041 2044
2042 60|sansaclipv2) 2045 60|sansaclipv2)