summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-05 01:35:48 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-05 01:35:48 +0100
commitf2ffaae9ac93e221a0e1e11ea3581422323abd2f (patch)
treea3f299059eb826a594a47eeb5fb2a92163770db8 /configure
parentae4bb6c4884f16474856d7c6537e16999d4b16b1 (diff)
Use -fno-optimize-sibling-calls on parisc also for gcc 4.9.
Fixes fate on hppa. Found-by: Andreas Cadhalpun.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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