[vlc-devel] [PATCH 1/2] contrib/bootstrap: remove Tizen-specific code

Marvin Scholz epirat07 at gmail.com
Thu Jun 20 15:15:26 CEST 2019


---
 contrib/bootstrap | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/contrib/bootstrap b/contrib/bootstrap
index 2db36dc9d7..4e662ee2a5 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -322,17 +322,6 @@ case "${OS}" in
 		esac
 		;;
 	*linux*)
-		if [ "`${CC} -v 2>&1 | grep tizen`" ]; then
-			case "${HOST}" in
-				*arm*)
-					add_make "PLATFORM_SHORT_ARCH := arm"
-					;;
-				*i386*)
-					add_make "PLATFORM_SHORT_ARCH := x86"
-					;;
-			esac
-		fi
-
 		add_make_enabled "HAVE_LINUX"
 		;;
 	*mingw*)
-- 
2.19.1



More information about the vlc-devel mailing list