From f2ffaae9ac93e221a0e1e11ea3581422323abd2f 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1d4ca29c22..570878d99e 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