X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=d69266c406919bbb7c626ad71dee826088543bc5;hb=bee0a224e791cccbc7ecd7faf2d5932942668976;hp=253a455d8d8dd0817a5328207bfffddc8dbb7c15;hpb=262060ea46902523a9d16400aa6f5b472e99cfa6;p=~andy%2Flinux diff --git a/Makefile b/Makefile index 253a455d8d8..d69266c4069 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = -rc4 -NAME = Terrified Chipmunk +EXTRAVERSION = +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 # ---------------------------------------------------------------------------