1 # SUBARCH tells the usermode build what the un 2 # first, and if a usermode build is happening, 3 # line overrides the setting of ARCH below. I 4 # then ARCH is assigned, getting whatever valu 5 # SUBARCH is subsequently ignored. 6 7 SUBARCH := $(shell uname -m | sed -e s/i.86/x8 8 -e s/sun4u/s 9 -e /^arm64$$ 10 -e s/s390x/s 11 -e s/ppc.*/p 12 -e s/sh[234] 13 -e s/riscv.*
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.