Makefile (0d9c2ff1c9f7f8b339fc42ac9763b28c71f1c115) Makefile (fbe934d69eb7ed22b59514e9c1fe8871b8b198ec)
1VERSION = 4
2PATCHLEVEL = 14
3SUBLEVEL = 0
4EXTRAVERSION = -rc2
5NAME = Fearless Coyote
6
7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help"

--- 211 unchanged lines hidden (view full) ---

220# then ARCH is assigned, getting whatever value it gets normally, and
221# SUBARCH is subsequently ignored.
222
223SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
224 -e s/sun4u/sparc64/ \
225 -e s/arm.*/arm/ -e s/sa110/arm/ \
226 -e s/s390x/s390/ -e s/parisc64/parisc/ \
227 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
1VERSION = 4
2PATCHLEVEL = 14
3SUBLEVEL = 0
4EXTRAVERSION = -rc2
5NAME = Fearless Coyote
6
7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help"

--- 211 unchanged lines hidden (view full) ---

220# then ARCH is assigned, getting whatever value it gets normally, and
221# SUBARCH is subsequently ignored.
222
223SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
224 -e s/sun4u/sparc64/ \
225 -e s/arm.*/arm/ -e s/sa110/arm/ \
226 -e s/s390x/s390/ -e s/parisc64/parisc/ \
227 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
228 -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ )
228 -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ \
229 -e s/riscv.*/riscv/)
229
230# Cross compiling and selecting different set of gcc/bin-utils
231# ---------------------------------------------------------------------------
232#
233# When performing cross compilation for other architectures ARCH shall be set
234# to the target architecture. (See arch/* for the possibilities).
235# ARCH can be set during invocation of make:
236# make ARCH=ia64

--- 1478 unchanged lines hidden ---
230
231# Cross compiling and selecting different set of gcc/bin-utils
232# ---------------------------------------------------------------------------
233#
234# When performing cross compilation for other architectures ARCH shall be set
235# to the target architecture. (See arch/* for the possibilities).
236# ARCH can be set during invocation of make:
237# make ARCH=ia64

--- 1478 unchanged lines hidden ---