GSoC Week 1

David Tardon dtardon at redhat.com
Mon May 28 22:11:49 PDT 2012


On Mon, May 28, 2012 at 10:24:42PM +0300, Tor Lillqvist wrote:
> >  I just used a moment ago to start an Android
> > cross-build on MacOSX is here: http://pastebin.com/w5xZvUk6 . It
> > proceeded nicely
> 
> Forgot to say, I did have to bypass the gdb extension stuff in
> solenv/Module_solenv.mk for Android, too, that didn't work when
> cross-building from MacOSX.  Pushed that. (For some reason, it doesn't
> cause any hickup when cross-building from Linux.)

I suppose it does not make much sense to build them in _any_
cross-compilation... So we should just use

ifeq ($(CROSS_COMPILING),)
...
endif

there instead of enumerating all the systems we can cross-compile for.

D.


More information about the LibreOffice mailing list