4.18.7-2 (clr 4.18.7-630) set native gcc optimizations as default

This commit is contained in:
Josip Ponjavic 2018-09-12 23:16:00 +02:00
parent 002beb276c
commit 4aab354edf
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear pkgbase = linux-clear
pkgver = 4.18.7 pkgver = 4.18.7
pkgrel = 1 pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux url = https://github.com/clearlinux-pkgs/linux
arch = x86_64 arch = x86_64
license = GPL2 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.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/linux-4.18.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.7.xz 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 = 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 = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
source = 60-linux.hook source = 60-linux.hook

View file

@ -40,7 +40,7 @@ _enable_gcc_more_v="y"
# 25. Intel Ice Lake (MICELAKE) # 25. Intel Ice Lake (MICELAKE)
# 26. Generic-x86-64 (GENERIC_CPU) # 26. Generic-x86-64 (GENERIC_CPU)
# 27. Native optimizations autodetected by GCC (MNATIVE) # 27. Native optimizations autodetected by GCC (MNATIVE)
_subarch= _subarch=27
# Compile ONLY probed modules # Compile ONLY probed modules
# As of mainline 2.6.32, running with this option will only build the 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 _minor=7
pkgver=${_major}.${_minor} pkgver=${_major}.${_minor}
_srcname=linux-${_major} _srcname=linux-${_major}
pkgrel=1 pkgrel=2
_clr=629 _clr=630
arch=('x86_64') arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux" url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2') license=('GPL2')