diff options
| -rw-r--r-- | PKGBUILD | 51 | ||||
| -rw-r--r-- | config | 2 | 
2 files changed, 27 insertions, 26 deletions
@@ -15,7 +15,7 @@  pkgbase=linux-libre  _supver=5  _majver=10 -_minver=15 +_minver=16  _gccpatchver='20201113'  _gccpatchger='10.1'  _gccpatchker='5.8' @@ -31,7 +31,7 @@ arch=(x86_64)  license=(GPL2)  makedepends=(    bc kmod libelf pahole cpio perl tar xz -  xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick +#  xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick  )  conflicts=('linux')  options=('!strip') @@ -55,13 +55,13 @@ validpgpkeys=(  )  b2sums=('86103699a6bc906e85429430df098b0ddb7cfc8c887f98b37f994498388d634554e119eadb1b15f591bdf4f463e7efb7420e3e370af0029b7ed9e988a5f26b01'          'SKIP' -        '8e17f212cbe57d35cbd03e96ea6d4f72587673462cbd5f38f6212339b969f6c267755fb13166abed9a43d097ca585c85e846355ad7028dbee14a2a4ed6d4c902' +        'af2691c573f03530fbd0eb0700879031ca4e6e07140673c9dadd0690f59fb26846add66c36aa5d2c466968cff75eb16d13cb8927a812711724e4eebbb5dda056'          '2f9195675270d79d735a3aaec25887c2f80b76eae98be8fcc5fd59ab71d925c5ee20ec5e2a015deb68b61bc2cc7f56f546a22cb96ee038e2e24c2c9dd5c3f79f'          'd8297e09f552a2d6bb24c2ba10481fd2b407057f3b24278e72a89233473460d339c83838791989773623178b5af80588fb4c484da2931f1040e313cce7ceca00'          '7f1eb5938472f57748216bd00e0c875feab99fc1c5cb89babfea467ee30ca5c8e9fc5a691efe2e602bef1ea79820c5383822d7cec354b48d23321ccda8ee8127'          'b6ef77035611139fa9a6d5b8d30570e2781bb4da483bb569884b0bd0129b62e0b82a5a6776fefe43fee801c70d39de1ea4d4c177f7cedd5ac135e3c64f7b895a'          'fde132f3705d908e6f2147c78a2193289916d72304ca5efa2229d79fc3e57a857314ce94e71425caef2f7f7b6cf87f05ef86335dc8bd4be78e7035afe608005a' -        'b29294b028bd5302e4d50b3ec8ee330206389881e47b133ccec555e13cb0883e2522640e667596d211edfdd9bf19d3951e4a1c5f5fe221f14471c42fa847e604' +        '0b54ec87bcc287cc9af09e296b233695f329edade78eac0faf9a42969e82a61c3d212f3c98836b7d1a5a48caa74cfa6192ce651b00d5bddbf1c8bc3d49d031bd'          'SKIP')  export KBUILD_BUILD_HOST=arc4linux @@ -146,7 +146,7 @@ prepare() {  build() {    cd $_srcname    make all -  make htmldocs +  #make htmldocs  }  _package() { @@ -256,26 +256,27 @@ _package-headers() {    ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"  } -_package-docs() { -  pkgdesc="Documentation for the $pkgdesc kernel" - -  cd $_srcname -  local builddir="$pkgdir/usr/lib/modules/$(<version)/build" - -  echo "Installing documentation..." -  local src dst -  while read -rd '' src; do -    dst="${src#Documentation/}" -    dst="$builddir/Documentation/${dst#output/}" -    install -Dm644 "$src" "$dst" -  done < <(find Documentation -name '.*' -prune -o ! -type d -print0) - -  echo "Adding symlink..." -  mkdir -p "$pkgdir/usr/share/doc" -  ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase" -} - -pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs") +#_package-docs() { +#  pkgdesc="Documentation for the $pkgdesc kernel" +# +#  cd $_srcname +#  local builddir="$pkgdir/usr/lib/modules/$(<version)/build" +# +#  echo "Installing documentation..." +#  local src dst +#  while read -rd '' src; do +#    dst="${src#Documentation/}" +#    dst="$builddir/Documentation/${dst#output/}" +#    install -Dm644 "$src" "$dst" +#  done < <(find Documentation -name '.*' -prune -o ! -type d -print0) +# +#  echo "Adding symlink..." +#  mkdir -p "$pkgdir/usr/share/doc" +#  ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase" +#} + +#pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs") +pkgname=("$pkgbase" "$pkgbase-headers")  for _p in "${pkgname[@]}"; do    eval "package_$_p() {      $(declare -f "_package${_p#$pkgbase}") @@ -5,7 +5,7 @@  CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"  CONFIG_CC_IS_GCC=y  CONFIG_GCC_VERSION=100200 -CONFIG_LD_VERSION=235010000 +CONFIG_LD_VERSION=236010000  CONFIG_CLANG_VERSION=0  CONFIG_LLD_VERSION=0  CONFIG_CC_CAN_LINK=y  | 
