On 10/12/2013, at 1:07 am, Maxim Kuvyrkov <ma...@kugelworks.com> wrote:
> My recent patches to cleanup support for Android/Bionic for *-linux-* targets > broke mips64-linux and s390x-linux builds. Unfortunately, these targets fell > out from the test coverage of these cleanups. > > The problems are in missing declarations, and are trivial to fix by adding > necessary files in config.gcc. > > The fix for mips64-linux (and, also, mips*-mti-linux*) is to add > linux-android.h and linux-android.opt to the target header/option files -- > thus enabling android handling for all mips*-linux* toolchains. > > The fix for s390x-linux is to add linux-protos.h to target headers. No > android handling is added to s390x-linux. > > Richard, Andreas, are you OK with changes to your respective ports? Given that the one-line fix for s390x-linux is trivial (just add file with function prototypes to the list of headers), and that Richard approved mips*-linux part of the patch -- I'm going to commit the patch tomorrow unless I hear something to the contrary. I don't want to keep mips and s390x builds broken for too much longer. Thank you, -- Maxim Kuvyrkov www.kugelworks.com