]> git.sesse.net Git - ffmpeg/commitdiff
Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 5 Nov 2014 00:35:48 +0000 (01:35 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Wed, 5 Nov 2014 00:35:48 +0000 (01:35 +0100)
Fixes fate on hppa.
Found-by: Andreas Cadhalpun.
configure

index 1d4ca29c2285fb85ea08aa087d7b4e2ded372145..570878d99ed0ddc9bbddcd30a9ba828e3f427ab3 100755 (executable)
--- 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