summaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2019-02-08 18:39:50 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2019-02-08 18:48:16 +0900
commit7465f582c9bb550c752e91f07cc13856e0be4ff4 (patch)
treed9b9534aa0786f5c486f97ed0e2aff1f3f19b266 /release.sh
parentf39059d32beaa67b096a6680592b17044141cf07 (diff)
downloadlinux-4.9-exynos9110-7465f582c9bb550c752e91f07cc13856e0be4ff4.tar.gz
linux-4.9-exynos9110-7465f582c9bb550c752e91f07cc13856e0be4ff4.tar.bz2
linux-4.9-exynos9110-7465f582c9bb550c752e91f07cc13856e0be4ff4.zip
script: release.sh: allow the local build on 32bit machine
Allow the local build on 32bit machine, not only 64bit machine. Change-Id: I7b8d9769bb1426b41ebde7b4eb8a5a74b6c3d5d6 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/release.sh b/release.sh
index 79ac52f81682..56da1440d9a0 100755
--- a/release.sh
+++ b/release.sh
@@ -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