Makefile: Support GCC version 11, 12 and 13

This commit is contained in:
Alam Ed Arias 2023-10-17 21:09:51 -04:00
parent 94e7430dd9
commit 579c5ab052

View file

@ -12,9 +12,9 @@
# to avoid a false positive with the version detection...
SUPPORTED_GCC_VERSIONS:=\
132 131 130\
123 122 121 120\
114 113 112 111 110\
132 131 130 13\
123 122 121 120 12\
114 113 112 111 110 11\
105 104 103 102 101 100 10\
95 94 93 92 91 90\
85 84 83 82 81 80\