mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
configure: remove redundant ARG_ARM_THUMB checks
Change-Id: I25a5e631605173596de5971ff8d9bd7b7500791f
This commit is contained in:
parent
d7d80a0c3a
commit
5323c49fe6
1 changed files with 0 additions and 3 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -2421,7 +2421,6 @@ fi
|
|||
t_manufacturer="as3525"
|
||||
t_model="sansa-clip"
|
||||
sysfont="08-Rockfont"
|
||||
if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi
|
||||
arm9tdmicc
|
||||
;;
|
||||
|
||||
|
@ -2462,7 +2461,6 @@ fi
|
|||
t_manufacturer="as3525"
|
||||
t_model="sansa-m200v4"
|
||||
sysfont="08-Rockfont"
|
||||
if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi
|
||||
arm9tdmicc
|
||||
;;
|
||||
|
||||
|
@ -2504,7 +2502,6 @@ fi
|
|||
t_cpu="arm"
|
||||
t_manufacturer="as3525"
|
||||
t_model="sansa-c200v2"
|
||||
if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi
|
||||
arm9tdmicc
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue