1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-22 09:45:33 +00:00

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>
This commit is contained in:
Linus Torvalds 2006-11-19 11:28:19 -08:00
parent 378d2a835b
commit 1c5e6d8121

View File

@ -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)