소스 검색

5.7 does not compile with clang

Donald Carr 5 년 전
부모
커밋
8a16cdc2cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -11,7 +11,7 @@ pkgname=linux-${postfix}
 # The firmware the kernel produces blows: don't falsify this lightly
 # "linux-firmware=20170309.695f2d6-1"
 pkgrel=1
-pkgver=5.5.r7779.g0ee004591348
+pkgver=5.6.r10591.g0a253605756c
 pkgdesc="Kernel build from head"
 arch=("x86_64" "aarch64" "armv7h")
 license=("GPL2.1")
@@ -91,7 +91,7 @@ if [ -n "${LOCAL_PI_VER}" ]; then
     esac
 else
     echo "Compiling for desktop"
-    _xcompile_args="CC=clang HOSTCC=clang"
+    #_xcompile_args="CC=clang HOSTCC=clang"
     #_xcompile_args=""
     _config_file="${_kernel_src_dir}/configs/desktop"
 fi