[Android] Remove useless HAVE_MIPS variable

Jean-Baptiste Kempf git at videolan.org
Wed Feb 4 19:14:31 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb  4 19:07:12 2015 +0100| [f307fbf132865409150044dc4168739da75d763d] | committer: Jean-Baptiste Kempf

Remove useless HAVE_MIPS variable

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f307fbf132865409150044dc4168739da75d763d
---

 compile-libvlc.sh |    1 -
 compile.sh        |    4 ----
 2 files changed, 5 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 75870ec..149065e 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -37,7 +37,6 @@ elif [ ${ANDROID_ABI} = "x86_64" ] ; then
 elif [ ${ANDROID_ABI} = "mips" ] ; then
     TARGET_TUPLE="mipsel-linux-android"
     PATH_HOST=$TARGET_TUPLE
-    HAVE_MIPS=1
     PLATFORM_SHORT_ARCH="mips"
 elif [ ${ANDROID_ABI} = "arm64-v8a" ] ; then
     TARGET_TUPLE="aarch64-linux-android"
diff --git a/compile.sh b/compile.sh
index 8c99423..645ec00 100755
--- a/compile.sh
+++ b/compile.sh
@@ -55,7 +55,6 @@ fi
 
 HAVE_ARM=0
 HAVE_X86=0
-HAVE_MIPS=0
 HAVE_64=0
 
 # Set up ABI variables
@@ -73,7 +72,6 @@ elif [ ${ANDROID_ABI} = "x86_64" ] ; then
 elif [ ${ANDROID_ABI} = "mips" ] ; then
     TARGET_TUPLE="mipsel-linux-android"
     PATH_HOST=$TARGET_TUPLE
-    HAVE_MIPS=1
     PLATFORM_SHORT_ARCH="mips"
 elif [ ${ANDROID_ABI} = "arm64-v8a" ] ; then
     TARGET_TUPLE="aarch64-linux-android"
@@ -123,7 +121,6 @@ export TARGET_TUPLE
 export PATH_HOST
 export HAVE_ARM
 export HAVE_X86
-export HAVE_MIPS
 export HAVE_64
 export PLATFORM_SHORT_ARCH
 
@@ -261,7 +258,6 @@ echo "export PATH=$NDK_TOOLCHAIN_PATH:\${ANDROID_SDK}/platform-tools:\${PATH}" >
 # CPU flags
 echo "export HAVE_ARM=${HAVE_ARM}" >> env.sh
 echo "export HAVE_X86=${HAVE_X86}" >> env.sh
-echo "export HAVE_MIPS=${HAVE_MIPS}" >> env.sh
 
 echo "export NO_ARMV6=${NO_ARMV6}" >> env.sh
 echo "export NO_FPU=${NO_FPU}" >> env.sh



More information about the Android mailing list