Maxim Kuvyrkov <ma...@kugelworks.com> writes: > 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.
OK for the MIPS part, thanks. Richard