This helps it compile with clang or any other compilers besides gcc Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e4b7d1..2c2d396 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 0.96 -CC=$(CROSS_COMPILE)gcc -AR=$(CROSS_COMPILE)ar +CC?=$(CROSS_COMPILE)gcc +AR?=$(CROSS_COMPILE)ar OBJDIR = bld -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html