Later today I am planning to push some changes that will make the builders use NDK r10e and GCC 4.9. We needed to upgrade the NDK to work around a PIE linking issue on x86, and the latest NDK only has GCC 4.8 and 4.9. I've been using 4.9 locally for a while now, so I don't expect too many issues, but developers should consider upgrading their local copies too.
One nice thing about GCC 4.9 is that it supports colorized errors and warnings, which can really help identify problems during the build. You'll be able to enable this with the following bits in your mozconfig: export CFLAGS="-fdiagnostics-color" export CPPFLAGS="-fdiagnostics-color" export CXXFLAGS="-fdiagnostics-color" export LDFLAGS="-fdiagnostics-color" We should probably add a --enable-color-diagnostics configure option to do this for you. Thanks, James
_______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

