headers/os: Bump max gcc to 14.x
Change-Id: Ia5601dae1c2d70f148df5dfde97bbba841af0b17 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7561 Haiku-Format: Haiku-format Bot <[email protected]> Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
4a7de3f10a
commit
92d226c2a9
@@ -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__ <= 13) || defined(__TINYC__)
|
#elif (__GNUC__ >= 4 && __GNUC__ <= 14) || 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!
|
||||||
|
|||||||
Reference in New Issue
Block a user