Message ID | 1395470574-17056-1-git-send-email-behanw@converseincode.com |
---|---|
State | Accepted |
Commit | e6b80757700a11315dd81b161f8d86099214c185 |
Headers | show |
diff --git a/arch/arm/kernel/unwind.c b/arch/arm/kernel/unwind.c index 00df012..321c4f9 100644 --- a/arch/arm/kernel/unwind.c +++ b/arch/arm/kernel/unwind.c @@ -31,7 +31,7 @@ #warning Your compiler does not have EABI support. #warning ARM unwind is known to compile only with EABI compilers. #warning Change compiler or disable ARM_UNWIND option. -#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 2) +#elif (__GNUC__ == 4 && __GNUC_MINOR__ <= 2) && !defined(__clang__) #warning Your compiler is too buggy; it is known to not compile ARM unwind support. #warning Change compiler or disable ARM_UNWIND option. #endif