[Scummvm-devel] ARM vs x86 (Was: Clarifying & cleaning configure's cross-compiling craziness)
Max Horn
max at quendi.de
Wed May 4 17:17:33 CEST 2011
Hi folks,
one of the things I mention on <https://gist.github.com/955116> is _arm_asm vs _have_x86
IMHO those should be unified. My suggestion: Introduce a _host_cputype or _host_arch or whatever variable. Set that to arm, or x86, or whatever, based on _host_cpu. Then, replace _arm_asm and _have_x86 by checks for _host_arch=arm and _host_arch=x86
Anybody see any issues with that, or have concerns? Otherwise, let's just do this.
Bye,
Max
More information about the Scummvm-devel
mailing list