X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Makefile;h=6fccf653177055cb4e250096d33df5eeb21a8671;hb=9e16b7fb1d066d38d01fd57c449f2640c5d208cb;hp=d69266c406919bbb7c626ad71dee826088543bc5;hpb=eb230d4a6120673938dddd1e4fbbf3ff6def2976;p=uclinux-h8%2Flinux.git diff --git a/Makefile b/Makefile index d69266c40691..6fccf6531770 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,8 @@ export srctree objtree VPATH # then ARCH is assigned, getting whatever value it gets normally, and # SUBARCH is subsequently ignored. -SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ +SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ + -e s/sun4u/sparc64/ \ -e s/arm.*/arm/ -e s/sa110/arm/ \ -e s/s390x/s390/ -e s/parisc64/parisc/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \