Update of /cvsroot/linux-mips/linux
In directory usw-pr-cvs1:/tmp/cvs-serv21628
Modified Files:
Makefile
Log Message:
Fix arch to 'mips' so that we don't have to modify it in cross-compile case.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 2001/08/20 15:55:09 1.1
--- Makefile 2001/08/23 03:17:33 1.2
***************
*** 6,10 ****
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
! ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
--- 6,10 ----
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
! ARCH := mips
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|