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 <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2023-05-09 13:58:07 +00:00
committed by Alex von Gluck IV
parent 396f398d35
commit d9642c25bb
+1 -1
View File
@@ -53,7 +53,7 @@
#if __GNUC__ == 2
# 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
#else
# error Unsupported compiler!