From 8fe9578948c3ba9eba3bf7e3128ddffe9dde2261 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 16 May 2022 18:45:44 +0200 Subject: [PATCH] cfg: Update the CPU compiler optimizations list to include "sapphirerapids", "rocketlake" and "alderlake". Those are supported and already listed in the dynamic prompt, so let the user know. Fixes https://github.com/Frogging-Family/linux-tkg/issues/516 --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index 22f8964..f960a64 100644 --- a/customization.cfg +++ b/customization.cfg @@ -178,7 +178,7 @@ _compileroptlevel="1" # CPU compiler optimizations - Defaults to prompt at kernel config if left empty # AMD CPUs : "k8" "k8sse3" "k10" "barcelona" "bobcat" "jaguar" "bulldozer" "piledriver" "steamroller" "excavator" "zen" "zen2" "zen3" (zen3 opt support depends on GCC11) -# Intel CPUs : "mpsc"(P4 & older Netburst based Xeon) "atom" "core2" "nehalem" "westmere" "silvermont" "sandybridge" "ivybridge" "haswell" "broadwell" "skylake" "skylakex" "cannonlake" "icelake" "goldmont" "goldmontplus" "cascadelake" "cooperlake" "tigerlake" +# Intel CPUs : "mpsc"(P4 & older Netburst based Xeon) "atom" "core2" "nehalem" "westmere" "silvermont" "sandybridge" "ivybridge" "haswell" "broadwell" "skylake" "skylakex" "cannonlake" "icelake" "goldmont" "goldmontplus" "cascadelake" "cooperlake" "tigerlake" "sapphirerapids" "rocketlake" "alderlake" # Other options : # - "native_amd" (use compiler autodetection - Selecting your arch manually in the list above is recommended instead of this option) # - "native_intel" (use compiler autodetection and will prompt for P6_NOPS - Selecting your arch manually in the list above is recommended instead of this option)