From 9798dc8061c99875fa225b96884b2db1c0ee165a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 5 Nov 2014 01:35:48 +0100 Subject: [PATCH] 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) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 618dfab2e8..3974b94c14 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