> Down anyone know how "--enable-cxx-flags==-mcpu=xscale" compared to > "--with-cpu=xscale" affect the build? I think "--enable-cxx-flags="-mcpu=xscale"" option means you will compile with -mcpu=xscale but support all CPU and ARCH. also "--with-cpu=xscale" option means that you will use "xscale" for your default CPU.