mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
configure: remove stray bfin architecture
This seems to have been omitted in
880e2aa236
.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
0cd153a2a3
commit
4d42288748
5
configure
vendored
5
configure
vendored
@ -2125,7 +2125,6 @@ AUTODETECT_LIBS="
|
|||||||
ARCH_LIST="
|
ARCH_LIST="
|
||||||
aarch64
|
aarch64
|
||||||
arm
|
arm
|
||||||
bfin
|
|
||||||
ia64
|
ia64
|
||||||
loongarch
|
loongarch
|
||||||
loongarch32
|
loongarch32
|
||||||
@ -5327,10 +5326,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…
Reference in New Issue
Block a user