headers/os: Bump max gcc to 13.x
* riscv64 builds fine * x86_64 builds and boots fine Change-Id: I98b72a9d57b1a6ea0fae5c113a4c24b32fd68a52 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6425 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
This commit is contained in:
parent
396f398d35
commit
d9642c25bb
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
#if __GNUC__ == 2
|
#if __GNUC__ == 2
|
||||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
|
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
|
||||||
#elif (__GNUC__ >= 4 && __GNUC__ <= 12) || defined(__TINYC__)
|
#elif (__GNUC__ >= 4 && __GNUC__ <= 13) || defined(__TINYC__)
|
||||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
|
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
|
||||||
#else
|
#else
|
||||||
# error Unsupported compiler!
|
# error Unsupported compiler!
|
||||||
|
Loading…
Reference in New Issue
Block a user