script: release.sh: allow the local build on 32bit machine 07/199307/1
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 8 Feb 2019 09:39:50 +0000 (18:39 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 8 Feb 2019 09:48:16 +0000 (18:48 +0900)
Allow the local build on 32bit machine, not only 64bit machine.

Change-Id: I7b8d9769bb1426b41ebde7b4eb8a5a74b6c3d5d6
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
release.sh

index 79ac52f81682f1b2fd9189e7865886c71f5928a3..56da1440d9a090ab76dd141949c3e467f6c2f87e 100755 (executable)
@@ -11,13 +11,7 @@ IMAGE="Image"
 DZIMAGE="dzImage"
 
 HOST_OS=`uname -m`
-if [ $HOST_OS = "x86_64" ]; then
-       #toolchain for 64bit HOST OS
-       export CROSS_COMPILE="/usr/bin/aarch64-linux-gnu-"
-else
-       echo "Tizen4.0 only support 64bit environment. Please try to build with 64bit environment"
-       exit 0
-fi
+export CROSS_COMPILE="/usr/bin/aarch64-linux-gnu-"
 
 if ! [ -e .config ] ; then
        make ARCH=${ARM} tizen_tw3_defconfig