소스 검색

Return to compilation with clang

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

+ 3 - 3
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.4.rc6.r17.gef6b3b99161d
+pkgver=5.5.r7779.g0ee004591348
 pkgdesc="Kernel build from head"
 arch=("x86_64" "aarch64" "armv7h")
 license=("GPL2.1")
@@ -91,8 +91,8 @@ if [ -n "${LOCAL_PI_VER}" ]; then
     esac
 else
     echo "Compiling for desktop"
-    #_xcompile_args="CC=clang HOSTCC=clang"
-    _xcompile_args=""
+    _xcompile_args="CC=clang HOSTCC=clang"
+    #_xcompile_args=""
     _config_file="${_kernel_src_dir}/configs/desktop"
 fi