Enable GCC11 as GCC4 compatible ABI

Change-Id: I55faec61f9f3162108c5ad4da11bad588663c9d1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3890
Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
Zoltán Mizsei
2021-04-30 06:11:02 +00:00
committed by Jérôme Duval
parent 2bde55cb6c
commit 13e1bb0e0d
+1 -1
View File
@@ -49,7 +49,7 @@
#if __GNUC__ == 2
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
#elif (__GNUC__ >= 4 && __GNUC__ <= 10) || defined(__TINYC__)
#elif (__GNUC__ >= 4 && __GNUC__ <= 11) || defined(__TINYC__)
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
#else
# error Unsupported compiler!