mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-09 22:18:04 +00:00
configure: Remove dcbzl check for e500v1 and e500v2 architectures
The DCBZL instruction is not available for the e500v1 and e500v2 architectures, but may still be recognized by the toolchain, so we need to explicitly disable it for these architectures. References: PowerPC™ e500 Core Family Reference Manual (Freescale) Found-by: Ståle Kristoffersen <staalebk@ifi.uio.no> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
5b8f0a5eac
commit
54f7881615
2
configure
vendored
2
configure
vendored
@ -3178,10 +3178,12 @@ elif enabled ppc; then
|
|||||||
e500v2)
|
e500v2)
|
||||||
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
||||||
disable altivec
|
disable altivec
|
||||||
|
disable dcbzl
|
||||||
;;
|
;;
|
||||||
e500)
|
e500)
|
||||||
cpuflags="-mcpu=8540 -mhard-float"
|
cpuflags="-mcpu=8540 -mhard-float"
|
||||||
disable altivec
|
disable altivec
|
||||||
|
disable dcbzl
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user