Added some support for GCC 8.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
#if __GNUC__ == 2
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
|
||||
#elif __GNUC__ >= 3 && __GNUC__ <= 7
|
||||
#elif __GNUC__ >= 3 && __GNUC__ <= 8
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
|
||||
#else
|
||||
# error Unsupported gcc version!
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#if __GNUC__ == 2
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
|
||||
#elif __GNUC__ >= 4 && __GNUC__ <= 7
|
||||
#elif __GNUC__ >= 4 && __GNUC__ <= 8
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
|
||||
#else
|
||||
# error Unsupported gcc version!
|
||||
|
||||
Reference in New Issue
Block a user