X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=54dfde5e9f9e10dbada7845c0d1d4f974b46d4ab;hb=979c0c7eb0fb969f0621c7017a6a87e6a0e36a4c;hp=a1667c4bcce580a25e141672daf44b550f4ee5e9;hpb=e3d5b2f5707b623c9bb5dbff1a02c8b0d48a44b4;p=~andy%2Flinux diff --git a/Makefile b/Makefile index a1667c4bcce..54dfde5e9f9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = -rc3 -NAME = Terrified Chipmunk +EXTRAVERSION = -rc6 +NAME = Unicycling Gorilla # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -169,7 +169,7 @@ 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/ppc.*/powerpc/ -e s/mips.*/mips/ \ - -e s/sh[234].*/sh/ ) + -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ ) # Cross compiling and selecting different set of gcc/bin-utils # ---------------------------------------------------------------------------