Explorar el Código

Stick with gcc, not clang

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

+ 2 - 2
PKGBUILD

@@ -104,8 +104,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="${startdir}/desktop"
     #_config_file="${_kernel_src_dir}/configs/desktop"
 fi