This slightly improved version of the patch matches also for mips64*
variants (and is tested on mips). It appears to work around a gcc-4.1
bug.
Thiemo
--- perl-5.8.8/cflags.SH 2006-08-06 02:28:34.000000000 +0100
+++ perl-5.8.8/cflags.SH 2006-08-06 02:27:15.000000000 +0100
@@ -113,6 +113,8 @@ for file do
case $archname in
arm-*|armeb-*)
optimize=-Os;;
+ hppa-*|mips*-*)
+ optimize="$optimize -fno-delayed-branch";;
esac;;
pp_sys) ;;
regcomp) ;;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]