mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 12:38:51 +01:00
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>
(cherry picked from commit d9642c25bb
)
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6676
This commit is contained in:
parent
b2dcaeb585
commit
6b133d45d5
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user