[Scummvm-devel] Clarifying & cleaning configure's cross-compiling craziness

Max Horn max at quendi.de
Wed May 4 23:14:59 CEST 2011


Am 04.05.2011 um 17:16 schrieb Max Horn:

> FYI,
> 
> I tried reordering some stuff as described, the result can be seen here: <https://github.com/fingolfin/scummvm/compare/scummvm:master...fingolfin:configure/cleanup>
> 
> Testing with various cross compilers seemed to work well. If nobody notices a problem, I'd like to push this to master.

Here is one potential problem with the Android port:  Seems that it was relying on the backend specific stuff coming very late in the game: It wants to filter -lz and -lm out of LIBS, and make sure certain flags in there come at the very end.

But that should be easy enough to deal with. We can e.g. just keep that part of the android specific code near the end of configure. Or tweak the code which adds -lz and -lm to make an exception for Android.


Bye,
Max



More information about the Scummvm-devel mailing list