GNOME Bugzilla – Bug 677621
Allow disabling binaries generation
Last modified: 2012-06-27 09:00:36 UTC
Created attachment 215843 [details] [review] Patch v1 When building for platforms like android, you might want to not link any "final" binary, mostly because it requires special link flags or other parts of code that aren't in the C library. This attached patch adds a couple of option to deactivate a couple of binary builds.
Just to make sure, you're aware of the androgenizer targets, right? Pushed: commit 8b3708ea8cf591c891bad2b9655b14923640d0bf Author: Lionel Landwerlin <llandwerlin@gmail.com> Date: Thu Jun 7 11:30:48 2012 +0100 configure: add --disable-tools and --disable-benchmarks options Add option to avoid build binaries. When building for platforms like android, you might want to not link any "final" binary, mostly because it requires special link flags or other parts of code that aren't in the C library. https://bugzilla.gnome.org/show_bug.cgi?id=677621
Yes I am, though I find building stuff using a jhbuild setup for cross compilation easier (because very close to usual jhbuild setup).