4.18.7-2 (clr 4.18.7-630) set native gcc optimizations as default
This commit is contained in:
parent
002beb276c
commit
4aab354edf
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.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
|
||||
|
|
6
PKGBUILD
6
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')
|
||||
|
|
Loading…
Reference in a new issue