mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00:00
Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
Fixes fate on hppa. Found-by: Andreas Cadhalpun.
This commit is contained in:
parent
ae4bb6c488
commit
f2ffaae9ac
2
configure
vendored
2
configure
vendored
@ -4525,7 +4525,7 @@ elif enabled parisc; then
|
|||||||
|
|
||||||
if enabled gcc; then
|
if enabled gcc; then
|
||||||
case $($cc -dumpversion) in
|
case $($cc -dumpversion) in
|
||||||
4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;;
|
4.[3-9].*) check_cflags -fno-optimize-sibling-calls ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user