mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
BeBuild: Expand compatibility to GCC 12.
Since we are currently in the process of upgrading to GCC 11, it makes sense to change this header before we actually need to.
This commit is contained in:
parent
68a13ed5c3
commit
3bdd837e4e
@ -51,7 +51,7 @@
|
||||
|
||||
#if __GNUC__ == 2
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
|
||||
#elif (__GNUC__ >= 4 && __GNUC__ <= 11) || defined(__TINYC__)
|
||||
#elif (__GNUC__ >= 4 && __GNUC__ <= 12) || defined(__TINYC__)
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
|
||||
#else
|
||||
# error Unsupported compiler!
|
||||
|
Loading…
x
Reference in New Issue
Block a user