From 9290a484e442052ce0a82833b67ec0babf275476 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 3 Dec 2025 20:31:30 -0500 Subject: [PATCH] Revert "Disable Thumb code generation in codecs for ARM profile 65" This reverts commit 508bfabe83b30571956b4293a59bf4447d5c18a6. Reason for revert: Completely breaks builds made using Android toolchains. A different approach is necessary. Change-Id: Ie8767f1f304c1313e8a539179bc33d1cc7032a3c --- tools/configure | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tools/configure b/tools/configure index 78551d1649..7394ab81a9 100755 --- a/tools/configure +++ b/tools/configure @@ -4939,19 +4939,6 @@ if [ -z "$arch" ]; then GCCOPTS="$GCCOPTS -masm-syntax-unified" fi case "$arch_profile" in - 65) - arch_profile=application - - # Disable generation of Thumb code, since some codecs use - # instructions that can only be assembled to ARM code - GCCOPTS="$GCCOPTS -marm" - - # Make sure Thumb does not get enabled by the command-line option - if [ "$ARG_ARM_THUMB" = "1" ]; then - echo "Warning: --thumb option has no effect on ARM A profile cores" - ARG_ARM_THUMB=0 - fi - ;; 77) arch_profile=micro @@ -5074,7 +5061,6 @@ cat > autoconf.h.new <