Explorar el Código

Move back to clang

Donald Carr hace 5 años
padre
commit
b729f28d29
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -6,7 +6,7 @@ options=('!strip')
 # The firmware the kernel produces blows: don't falsify this lightly
 # "linux-firmware=20170309.695f2d6-1"
 pkgrel=1
-pkgver=5.7.6.19.g340b1df92d20
+pkgver=5.8.rc6.14.g39a5e964bf8f
 pkgdesc="Kernel build from head"
 arch=("x86_64" "aarch64" "armv7h")
 license=("GPL2.1")
@@ -103,7 +103,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="${startdir}/desktop"
     #_config_file="${_kernel_src_dir}/configs/desktop"