Skip to content

Commit 83308c3

Browse files
committed
set clang-r349610 as default compiler.
1 parent 62164e7 commit 83308c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hikey-kernel-builder.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ set -ex
1616

1717
# export TOOLCHAIN="clang-4679922"
1818
# export TOOLCHAIN="clang-r346389b"
19-
export TOOLCHAIN="clang-r346389c"
19+
#export TOOLCHAIN="clang-r346389c"
20+
export TOOLCHAIN="clang-r349610"
2021
export nproc=9
2122
export ANDROID_VERSION="O-MR1"
2223
export REFERENCE_BUILD_URL="http://testdata.linaro.org/lkft/aosp-stable/android-8.1.0_r29/"
@@ -171,6 +172,7 @@ else
171172
if [ "$mirrorbuild" == "1" ]; then
172173
git merge --no-edit remotes/origin/${UPSTREAM_KERNEL_BRANCH}
173174
cp ../hikey_defconfig arch/arm64/configs/.
175+
#patch -p1 < ~/ee7ead2.diff
174176
fi
175177

176178
if [ "$VERSION" = "4.9" ]; then

0 commit comments

Comments
 (0)