Also allow gcc 3 as the host compiler.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34717 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-12-20 13:07:43 +00:00
parent 96054879c1
commit 97eaabdfb0
+1 -1
View File
@@ -37,7 +37,7 @@
#if __GNUC__ == 2
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
#elif __GNUC__ == 4
#elif __GNUC__ == 3 || __GNUC__ == 4
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
#else
# error Unsupported gcc version!