aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.osdl.org>2006-11-19 11:28:19 -0800
committerLinus Torvalds <torvalds@woody.osdl.org>2006-11-19 11:28:19 -0800
commit1c5e6d81216183d0938a3f5d14c7bfaeed0762bc (patch)
tree5a3def5cec79ff473b829aafdaa845e2cc67c58a
parent378d2a835bb96ce412f8da327e80fbf7e9c71a12 (diff)
downloaduemacs-1c5e6d81216183d0938a3f5d14c7bfaeed0762bc.tar.gz
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 <torvalds@osdl.org>
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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)