From 4d42288748524a0aa3712589f7195f557d5236ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 9 Jun 2024 15:00:56 +0300 Subject: [PATCH] configure: remove stray bfin architecture This seems to have been omitted in 880e2aa23645ed9871c66ee1cbd00f93c72d2d73. Signed-off-by: Paul B Mahol --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index cedbe74990..e5f2cae936 100755 --- a/configure +++ b/configure @@ -2125,7 +2125,6 @@ AUTODETECT_LIBS=" ARCH_LIST=" aarch64 arm - bfin ia64 loongarch loongarch32 @@ -5327,10 +5326,6 @@ elif enabled arm; then test_cflags -mfp16-format=ieee && add_cflags -mfp16-format=ieee -elif enabled bfin; then - - cpuflags="-mcpu=$cpu" - elif enabled loongarch; then enable local_aligned