mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Makefile: Support GCC version 11, 12 and 13
This commit is contained in:
parent
94e7430dd9
commit
579c5ab052
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
||||||
# to avoid a false positive with the version detection...
|
# to avoid a false positive with the version detection...
|
||||||
|
|
||||||
SUPPORTED_GCC_VERSIONS:=\
|
SUPPORTED_GCC_VERSIONS:=\
|
||||||
132 131 130\
|
132 131 130 13\
|
||||||
123 122 121 120\
|
123 122 121 120 12\
|
||||||
114 113 112 111 110\
|
114 113 112 111 110 11\
|
||||||
105 104 103 102 101 100 10\
|
105 104 103 102 101 100 10\
|
||||||
95 94 93 92 91 90\
|
95 94 93 92 91 90\
|
||||||
85 84 83 82 81 80\
|
85 84 83 82 81 80\
|
||||||
|
|
Loading…
Reference in a new issue