X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=6fccf653177055cb4e250096d33df5eeb21a8671;hb=af8fae7c08862bb85c5cf445bf9b36314b82111f;hp=d69266c406919bbb7c626ad71dee826088543bc5;hpb=cf1466fbf8274d35a04d63a3f057b67d91afd671;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/Makefile b/Makefile index d69266c..6fccf65 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/ \