aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37a4b67653cc..34d6176dfcba 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ export srctree objtree VPATH TOPDIR
152SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ 152SUBARCH := $(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# ---------------------------------------------------------------------------