From 4aab354edf35cd60a0e9f6e5b007aa4c9acfa26b Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Wed, 12 Sep 2018 23:16:00 +0200 Subject: [PATCH] 4.18.7-2 (clr 4.18.7-630) set native gcc optimizations as default --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 79a8929..78f76b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear pkgver = 4.18.7 - pkgrel = 1 + pkgrel = 2 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 @@ -15,7 +15,7 @@ pkgbase = linux-clear source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.sign source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.7.xz - source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.7-629 + source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.7-630 source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz 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 af05bd2..3119afa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -40,7 +40,7 @@ _enable_gcc_more_v="y" # 25. Intel Ice Lake (MICELAKE) # 26. Generic-x86-64 (GENERIC_CPU) # 27. Native optimizations autodetected by GCC (MNATIVE) -_subarch= +_subarch=27 # Compile ONLY probed modules # As of mainline 2.6.32, running with this option will only build the modules @@ -68,8 +68,8 @@ _major=4.18 _minor=7 pkgver=${_major}.${_minor} _srcname=linux-${_major} -pkgrel=1 -_clr=629 +pkgrel=2 +_clr=630 arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" license=('GPL2')