parisc: work around bug in gcc 4.3 and later
authorMans Rullgard <mans@mansr.com>
Wed, 14 Nov 2012 15:56:46 +0000 (15:56 +0000)
committerMans Rullgard <mans@mansr.com>
Sat, 17 Nov 2012 17:54:28 +0000 (17:54 +0000)
commit5af530f5a95e6e1a8c82dd86bf625aea75fce670
tree462d2d8c94534ee9b3b20edb9dde5fd22a5e5775
parentda5408ede972ab474f7df9023471a7bcd7092abb
parisc: work around bug in gcc 4.3 and later

A bug in tail call optimisation in gcc 4.3 and later on parisc causes
numerous tests to fail.  Disabling this optimisation gives a working
build.  See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55023

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure