summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2021-01-30 19:54:58 +0100
committerJoan Figueras2021-01-30 19:54:58 +0100
commitfcf4c38f71f4bfac3301ddf97a4c5dd55721c57e (patch)
treeab109a53ef2b3edd7e50bdb889b1369b769eae2e
parent8ad2eb3fcedadd8a0b08126f741eee793c3b2ae0 (diff)
downloadaur-fcf4c38f71f4bfac3301ddf97a4c5dd55721c57e.tar.gz
Added Cooper Lake and Tiger Lake. Native become 99
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20deffd7ee8..37d41a83c4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = linux-xanmod-lts
sha256sums = bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491
sha256sums = SKIP
sha256sums = d4f7be41f55d3338cbd8c86f8cbbd80a454487bff195e8e3372f5263fcd6505c
- sha256sums = 2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511
+ sha256sums = 03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134
sha256sums = 9c507bdb0062b5b54c6969f7da9ec18b259e06cd26dbe900cfe79a7ffb2713ee
pkgname = linux-xanmod-lts
diff --git a/PKGBUILD b/PKGBUILD
index 45811016ccbb..c88028b70a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
##
## The following variables can be customized at build time. Use env or export to change at your wish
##
-## Example: env _microarchitecture=25 use_numa=n use_tracers=n use_pds=n makepkg -sc
+## Example: env _microarchitecture=99 use_numa=n use_tracers=n use_pds=n makepkg -sc
##
## Look inside 'choose-gcc-optimization.sh' to choose your microarchitecture
-## Valid numbers between: 0 to 42
+## Valid numbers between: 0 to 99
## Default is: 0 => generic
-## Good option if your package is for one machine: 42 => native
+## Good option if your package is for one machine: 99 => native
if [ -z ${_microarchitecture+x} ]; then
_microarchitecture=0
fi
@@ -101,7 +101,7 @@ done
sha256sums=('bf338980b1670bca287f9994b7441c2361907635879169c64ae78364efc5f491'
'SKIP'
'd4f7be41f55d3338cbd8c86f8cbbd80a454487bff195e8e3372f5263fcd6505c'
- '2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511'
+ '03bb8b234a67b877a34a8212936ba69d8700c54c7877686cbd9742a536c87134'
'9c507bdb0062b5b54c6969f7da9ec18b259e06cd26dbe900cfe79a7ffb2713ee')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}