X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=08ef9bdb80c701c63234156affc2f152f0575b78;hb=93be6ce0e91b6a94783e012b1857a347a5e6e9f2;hp=a1667c4bcce580a25e141672daf44b550f4ee5e9;hpb=93b9c1ddd3fb4a5b67d512e534b30070f9ecec28;p=linux-2.6-block.git diff --git a/Makefile b/Makefile index a1667c4bcce5..08ef9bdb80c7 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = -rc3 -NAME = Terrified Chipmunk +EXTRAVERSION = -rc7 +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 # ---------------------------------------------------------------------------