summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44c605b53dae..32c0c2d89936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2018
pkgver = 4.19.40
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux-lts2018
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = linux-clear-lts2018
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.40.xz
- source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.38-26
+ source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.40-29
source = intel-ucode-20190312.tar.gz::https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20190312.tar.gz
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
source = 60-linux.hook
diff --git a/PKGBUILD b/PKGBUILD
index 0bfd8af02a36..876f42f4ca5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,6 @@ _enable_gcc_more_v="y"
# which will cause a failure to build if using makechrootpkg. Note that the
# generic (default) option is 26.
#
-# Note - the march=native option is unavailable by this method, use the nconfig
-# and manually select it.
-#
# 1. AMD Opteron/Athlon64/Hammer/K8 (MK8)
# 2. AMD Opteron/Athlon64/Hammer/K8 with SSE3 (MK8SSE3)
# 3. AMD 61xx/7x50/PhenomX3/X4/II/K10 (MK10)
@@ -42,6 +39,7 @@ _enable_gcc_more_v="y"
# 24. Intel Cannon Lake (MCANNONLAKE)
# 25. Intel Ice Lake (MICELAKE)
# 26. Generic-x86-64 (GENERIC_CPU)
+# 27. Native optimizations autodetected by GCC (MNATIVE)
_subarch=
# Compile ONLY probed modules
@@ -67,10 +65,10 @@ _rev_override="n"
_major=4.19
_minor=40
_srcname=linux-${_major}
-_clr=${_major}.38-26
+_clr=${_major}.40-29
pkgbase=linux-clear-lts2018
pkgver=${_major}.${_minor}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux-lts2018"
license=('GPL2')