On Fri, 2015-01-30 at 18:13 +0100, Andreas Cadhalpun wrote: > > The easy fix for > > debian is to disable mips32r2 on mips64 (which needs to be done anyway). > > I think upstream should also be told about this though, so the default > > options will still build for non-debian users. > > Yes, it would be best, if this could be fixed upstream, e.g. with: > --- a/configure > +++ b/configure > @@ -3977,6 +3977,13 @@ esac > enable $subarch > enabled spic && enable_weak pic > > +if enabled mips64; then > + disable mips32r2 > + disable mipsdspr1 > + disable mipsdspr2 > + disable mipsfpu > +fi > + > # OS specific > case $target_os in > aix) > > However, I wonder if mipsdspr1, mipsdspr2 and mipsfpu really have to be > disabled on mips64. > Can you test, if it works with only disabling mips32r2?
I'm about to go home now, I'll let you know how the build goes on Monday. Just off the top of my head (I haven't looked at the code), if any of those features use assembly and do any pointer arithmetic they might need a small amount of porting. James -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org