Skip to content

Commit 10947dd

Browse files
grayskygraysky
graysky
authored and
graysky
committed
global: fix version check for clang
Closes #108
1 parent 8b4675b commit 10947dd

5 files changed

+5
-5
lines changed

Diff for: more-ISA-levels-and-uarches-for-kernel-4.19-5.4.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ index 638411f22267..36b01d44db92 100644
252252
+
253253
+config MZEN5
254254
+ bool "AMD Zen 5"
255-
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 191000)
255+
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 190100)
256256
+ help
257257
+ Select this for AMD Family 19h Zen 5 processors.
258258
+

Diff for: more-ISA-levels-and-uarches-for-kernel-5.15-5.16.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ index 814fe0d349b0..e6db81754105 100644
252252
+
253253
+config MZEN5
254254
+ bool "AMD Zen 5"
255-
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 191000)
255+
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 190100)
256256
+ help
257257
+ Select this for AMD Family 19h Zen 5 processors.
258258
+

Diff for: more-ISA-levels-and-uarches-for-kernel-5.17-6.1.78.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ index 542377cd419d..827fabceeabc 100644
252252
+
253253
+config MZEN5
254254
+ bool "AMD Zen 5"
255-
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 191000)
255+
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 190100)
256256
+ help
257257
+ Select this for AMD Family 19h Zen 5 processors.
258258
+

Diff for: more-ISA-levels-and-uarches-for-kernel-5.8-5.14.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ index 6f55609ba706..2648420bec86 100644
252252
+
253253
+config MZEN5
254254
+ bool "AMD Zen 5"
255-
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 191000)
255+
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 190100)
256256
+ help
257257
+ Select this for AMD Family 19h Zen 5 processors.
258258
+

Diff for: more-ISA-levels-and-uarches-for-kernel-6.1.79+.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ index ce5ed2c2db0c..6d89f21aba52 100644
252252
+
253253
+config MZEN5
254254
+ bool "AMD Zen 5"
255-
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 191000)
255+
+ depends on (CC_IS_GCC && GCC_VERSION > 140000) || (CC_IS_CLANG && CLANG_VERSION >= 190100)
256256
+ help
257257
+ Select this for AMD Family 19h Zen 5 processors.
258258
+

0 commit comments

Comments
 (0)