headers/BeBuild.h: Add gcc 15 support

Change-Id: I4572dc62159ad0abb593c48d0ff0008068815fbd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9302
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Alexander von Gluck
2025-05-21 17:46:52 +00:00
committed by waddlesplash
parent 888ea83454
commit 2de2e7aec3
+1 -1
View File
@@ -55,7 +55,7 @@
#if __GNUC__ == 2
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
#elif (__GNUC__ >= 4 && __GNUC__ <= 14) || defined(__TINYC__)
#elif (__GNUC__ >= 4 && __GNUC__ <= 15) || defined(__TINYC__)
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
#else
# error Unsupported compiler!