configure: remove stray bfin architecture

This seems to have been omitted in
880e2aa236.
release/7.1
Rémi Denis-Courmont 9 months ago
parent 4819aeebf4
commit 4e4444f97c
  1. 5
      configure

5
configure vendored

@ -2129,7 +2129,6 @@ AUTODETECT_LIBS="
ARCH_LIST=" ARCH_LIST="
aarch64 aarch64
arm arm
bfin
ia64 ia64
loongarch loongarch
loongarch32 loongarch32
@ -5336,10 +5335,6 @@ elif enabled arm; then
test_cflags -mfp16-format=ieee && add_cflags -mfp16-format=ieee test_cflags -mfp16-format=ieee && add_cflags -mfp16-format=ieee
elif enabled bfin; then
cpuflags="-mcpu=$cpu"
elif enabled loongarch; then elif enabled loongarch; then
enable local_aligned enable local_aligned

Loading…
Cancel
Save