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

Carl Eugen Hoyos git at videolan.org
Wed Nov 5 01:38:25 CET 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Nov  5 01:35:48 2014 +0100| [f2ffaae9ac93e221a0e1e11ea3581422323abd2f] | committer: Carl Eugen Hoyos

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

Fixes fate on hppa.
Found-by: Andreas Cadhalpun.

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

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

diff --git a/configure b/configure
index 1d4ca29..570878d 100755
--- a/configure
+++ b/configure
@@ -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
 



More information about the ffmpeg-cvslog mailing list