Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-21 Thread Andrew Fernandes
Yeah, I think I did it, but the hard way... :-) The (pull request)[https://github.com/adfernandes/libusbx/commit/69ed540090895952752422ee44660dc3effe3f9b] seems to have been correctly squashed, though... --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pu

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-20 Thread Andrew Fernandes
What?! Six patches... obviously I still have a lot to learn about git. I usually work with svn and hg... git's nice, but... Thanks (again!) for the pointer; I think I did the rebase correctly... Cheers, -A. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusb

[Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS (working around an MIPS NDK linker bug). (#134)

2013-08-20 Thread Andrew Fernandes
As per previous pull request. Cheers! -Andrew. You can merge this Pull Request by running: git pull https://github.com/adfernandes/libusbx master Or you can view, comment on it, or merge it online at: https://github.com/libusbx/libusbx/pull/134 -- Commit Summary -- * Enable building on

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-20 Thread Andrew Fernandes
Closed #133. --- Reply to this email directly or view it on GitHub: https://github.com/libusbx/libusbx/pull/133 -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your

Re: [Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-20 Thread Andrew Fernandes
Absolutely it's an NDK bug. I'm guessing that the MIPS toolchain does not get a good workout in the wild, hence is more buggy than other platforms. I don't like the idea of using `--allow-shlib-undefined` unless it is really needed; most people usually always want all their symbols defined. Allo

[Libusbx-devel] [libusbx] Enable building on all Android architectures, including MIPS. (#133)

2013-08-19 Thread Andrew Fernandes
This is a trivial change. For some reason, none of the Android NDK (r9) MIPS toolchains add `-llog` to default builds, while all other architectures do. The seems to be the case no matter what you set `NDK_TOOLCHAIN_VERSION` to in `Application.mk`. You can merge this Pull Request by running: