[FFmpeg-cvslog] Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.

Carl Eugen Hoyos git at videolan.org
Wed Nov 5 10:32:33 CET 2014


ffmpeg | branch: release/2.4 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Nov  5 01:35:48 2014 +0100| [9798dc8061c99875fa225b96884b2db1c0ee165a] | committer: Carl Eugen Hoyos

Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.

Fixes fate on hppa.
Found-by: Andreas Cadhalpun.
(cherry picked from commit f2ffaae9ac93e221a0e1e11ea3581422323abd2f)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9798dc8061c99875fa225b96884b2db1c0ee165a
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 618dfab..3974b94 100755
--- a/configure
+++ b/configure
@@ -4500,7 +4500,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
 



More information about the ffmpeg-cvslog mailing list