[Olsr-dev] gcc 4.6 now default for Android builds

Hans-Christoph Steiner (spam-protected)
Fri Oct 19 17:24:07 CEST 2012


I just pushed a change to make gcc 4.6 the default compiler when building for
Android.  gcc 4.6 is included in NDK r8b.  When building using the NDK build
tools (i.e. ndk-build), Google has switched to gcc 4.6 as the default
compiler, so we should too.

If you want to use the old compiler, add NDK_COMPILER_VERSION=4.4.3 to your
'make' line:

  make OS=android NDK_BASE=/path/to/your/android-ndk-r7 \
       NDK_COMPILER_VERSION=4.4.3 build_all

.hc




More information about the Olsr-dev mailing list