diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-17 14:40:53 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-17 14:42:40 +0200 |
commit | f8e3ec289216fcf68b4083497a7e0ac04f07ce23 (patch) | |
tree | b1bfcb4c586b98eb8ba9264efe483597204640a2 /configure.in | |
parent | b688a3dcbe962774fff97156296593df1e4b92f0 (diff) |
Bin obsolete comment
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 18adc1b2ba39..5f6a4f2b4648 100644 --- a/configure.in +++ b/configure.in @@ -110,7 +110,6 @@ if test -n "$with_android_ndk"; then ANDROIDCFLAGS="-march=armv7-a -mfloat-abi=softfp -mthumb -mfpu=neon -Wl,--fix-cortex-a8 --sysroot $ANDROID_NDK_HOME/platforms/android-9/arch-arm -L$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a" - # Note that letting this set CC and CXX means ccache won't be used test -z "$CC" && CC="$ANDROID_ABI_PREBUILT_BIN/arm-linux-androideabi-gcc $ANDROIDCFLAGS" test -z "$CXX" && CXX="$ANDROID_ABI_PREBUILT_BIN/arm-linux-androideabi-g++ $ANDROIDCFLAGS -I $ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/include -I$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include -fexceptions -frtti" fi |