diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ export srctree objtree VPATH TOPDIR | |||
152 | SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ | 152 | SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ |
153 | -e s/arm.*/arm/ -e s/sa110/arm/ \ | 153 | -e s/arm.*/arm/ -e s/sa110/arm/ \ |
154 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ | 154 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ |
155 | -e s/ppc64/powerpc/ ) | 155 | -e s/ppc.*/powerpc/ ) |
156 | 156 | ||
157 | # Cross compiling and selecting different set of gcc/bin-utils | 157 | # Cross compiling and selecting different set of gcc/bin-utils |
158 | # --------------------------------------------------------------------------- | 158 | # --------------------------------------------------------------------------- |