Revert "configure: remove redundant ARG_ARM_THUMB checks"

This reverts commit 5323c49fe6.

This caused build failures on two of the three affected targets.  The intent
of the delted code was to force thumb on unless it had been explicitly
disabled.  Due to extreme space constraints those targets _need_ to
be built in thumb mode.
This commit is contained in:
Solomon Peachy 2025-09-21 15:50:24 -04:00
parent caaea275eb
commit d29663a412

3
tools/configure vendored
View file

@ -2421,6 +2421,7 @@ fi
t_manufacturer="as3525"
t_model="sansa-clip"
sysfont="08-Rockfont"
if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi
arm9tdmicc
;;
@ -2461,6 +2462,7 @@ fi
t_manufacturer="as3525"
t_model="sansa-m200v4"
sysfont="08-Rockfont"
if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi
arm9tdmicc
;;
@ -2502,6 +2504,7 @@ fi
t_cpu="arm"
t_manufacturer="as3525"
t_model="sansa-c200v2"
if [ "$ARG_ARM_THUMB" != 0 ]; then ARG_ARM_THUMB=1; fi
arm9tdmicc
;;