Added some support for GCC 5+.

This commit is contained in:
Jérôme Duval
2015-07-20 21:45:02 +02:00
parent bdd4f6b7d0
commit 94887feb64
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#if __GNUC__ == 2
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
#elif __GNUC__ == 4
#elif __GNUC__ == 4 || __GNUC__ == 5 || __GNUC__ == 6
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
#else
# error Unsupported gcc version!