diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-07-31 19:32:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-02 13:46:20 +0300 |
commit | a2730c957ae64380443f98a3ad5768123ab8f5e0 (patch) | |
tree | c0c7e9b4ebe51501f1982a8edf825b67e16a6f46 /configure.in | |
parent | 6068f2f7cf5d66c68241b3831851b413b2e0b3ba (diff) |
Using NDK r8b seems to work now so drop warning comments
Change-Id: Ia789a228918ded1283433289f4fd9ab80bd78ae9
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index d687ccfdf10e..0e06effce477 100644 --- a/configure.in +++ b/configure.in @@ -131,15 +131,6 @@ if test -n "$with_android_ndk"; then ANDROID_NDK_HOME=$with_android_ndk # Set up a lot of pre-canned defaults - # What if the NDK at some point starts including several toolchains for different - # gcc versions (like some 3rd-party improved NDK builds already do)? - # Then the use of a wildcard below will break. - - # That indeed happened with NDK r8b, which has both gcc 4.4.3 and 4.6 - # -based toolchains. The latter has interesting new features, like the - # possiblity to use the gold linker, which should bring a nice speedup to - # linking especially our libmerged. Work to support that in progress. Until - # that is done, please use no newer NDK than r8. if test $host_cpu = arm; then android_cpu=arm |