[Android] compile.sh: remove C++ flags from EXTRA_CFLAGS on x86
Felix Abecassis
git at videolan.org
Fri Feb 21 17:49:56 CET 2014
vlc-ports/android | branch: master | Felix Abecassis <felix.abecassis at gmail.com> | Fri Feb 21 17:47:27 2014 +0100| [33cc945d9a3f7cee746d46bfc6b385dceaf856c8] | committer: Felix Abecassis
compile.sh: remove C++ flags from EXTRA_CFLAGS on x86
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=33cc945d9a3f7cee746d46bfc6b385dceaf856c8
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 1129537..e9f77ee 100755
--- a/compile.sh
+++ b/compile.sh
@@ -160,7 +160,7 @@ elif [ ${ANDROID_ABI} = "armeabi" ] ; then
fi
fi
elif [ ${ANDROID_ABI} = "x86" ] ; then
- EXTRA_CFLAGS="-march=pentium -ffunction-sections -funwind-tables -frtti -fexceptions"
+ EXTRA_CFLAGS="-march=pentium"
elif [ ${ANDROID_ABI} = "mips" ] ; then
EXTRA_CFLAGS="-march=mips32 -mtune=mips32r2 -mhard-float"
# All MIPS Linux kernels since 2.4.4 will trap any unimplemented FPU
More information about the Android
mailing list