Added some support for GCC 9.
Change-Id: I6b6cd53e00601592b44e1f2aa2804c8c9c9593d9 Reviewed-on: https://review.haiku-os.org/c/1438 Reviewed-by: Adrien Destugues <[email protected]> Reviewed-by: Stephan Aßmus <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
547b5497e3
commit
0ecfc6f3e3
@@ -47,7 +47,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__ <= 8) || defined(__TINYC__)
|
#elif (__GNUC__ >= 4 && __GNUC__ <= 9) || 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