From 1c5e6d81216183d0938a3f5d14c7bfaeed0762bc Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 19 Nov 2006 11:28:19 -0800 Subject: [PATCH] Make the sparse setup default to x86-64 rather than ppc Hey, what can I say? Without Apple, ppc on the desktop? Not very likely. Signed-off-by: Linus Torvalds --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 36838d4..77f333a 100644 --- a/makefile +++ b/makefile @@ -34,7 +34,7 @@ em: ${OBJ} ${CC} ${DEFINES} -o em ${OBJ} ${LIBS} SPARSE=sparse -SPARSE_FLAGS=-D__BIG_ENDIAN__ -D__ppc__ -D__linux__ -D__unix__ +SPARSE_FLAGS=-D__LITTLE_ENDIAN__ -D__x86_64__ -D__linux__ -D__unix__ sparse: $(SPARSE) $(SPARSE_FLAGS) $(DEFINES) $(SRC)