diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-11-05 01:35:48 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-11-05 01:35:48 +0100 |
commit | f2ffaae9ac93e221a0e1e11ea3581422323abd2f (patch) | |
tree | a3f299059eb826a594a47eeb5fb2a92163770db8 /configure | |
parent | ae4bb6c4884f16474856d7c6537e16999d4b16b1 (diff) | |
download | ffmpeg-f2ffaae9ac93e221a0e1e11ea3581422323abd2f.tar.gz |
Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
Fixes fate on hppa.
Found-by: Andreas Cadhalpun.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4525,7 +4525,7 @@ elif enabled parisc; then if enabled gcc; then case $($cc -dumpversion) in - 4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;; + 4.[3-9].*) check_cflags -fno-optimize-sibling-calls ;; esac fi |