mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05: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:
parent
378d2a835b
commit
1c5e6d8121
2
makefile
2
makefile
@ -34,7 +34,7 @@ em: ${OBJ}
|
|||||||
${CC} ${DEFINES} -o em ${OBJ} ${LIBS}
|
${CC} ${DEFINES} -o em ${OBJ} ${LIBS}
|
||||||
|
|
||||||
SPARSE=sparse
|
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) $(SPARSE_FLAGS) $(DEFINES) $(SRC)
|
$(SPARSE) $(SPARSE_FLAGS) $(DEFINES) $(SRC)
|
||||||
|
Loading…
Reference in New Issue
Block a user