make the patch apply

svn path=/dists/trunk/linux-2.6/; revision=5989
This commit is contained in:
Martin Michlmayr 2006-02-27 23:49:05 +00:00
parent 648c754444
commit f132267510
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
-e s/s390x/s390/ -e s/parisc64/parisc/ \
- -e s/ppc64/powerpc/ )
+ -e s/ppc64/powerpc/ -e s/mips.*/mips/ )
- -e s/ppc.*/powerpc/ )
+ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
# Cross compiling and selecting different set of gcc/bin-utils
# ---------------------------------------------------------------------------