mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
bsd.cpu.mk: Minor formatting for armv6 vs armv7
Separate out the arch/cpu options for armv6 from the armv7 ones. This is less confusing. Sponsored by: Netflix
This commit is contained in:
parent
17f790f49f
commit
15575aca87
@ -116,10 +116,12 @@ _CPUCFLAGS = -march=${CPUTYPE}
|
||||
# arm: (any arm v4 or v5 processor you are targeting)
|
||||
# arm920t, arm926ej-s, marvell-pj4, fa526, fa626,
|
||||
# fa606te, fa626te, fa726te
|
||||
# armv6: (any arm v7 or v8 processor you are targeting and the arm1176jzf-s)
|
||||
# arm1176jzf-s, generic-armv7-a, cortex-a5, cortex-a7, cortex-a8,
|
||||
# cortex-a9, cortex-a12, cortex-a15, cortex-a17, cortex-a53, cortex-a57,
|
||||
# cortex-a72, exynos-m1
|
||||
# armv6:
|
||||
# arm1176jzf-s
|
||||
# armv7: generic-armv7-a, cortex-a5, cortex-a7, cortex-a8, cortex-a9,
|
||||
# cortex-a12, cortex-a15, cortex-a17
|
||||
# cortex-a53, cortex-a57, cortex-a72,
|
||||
# exynos-m1
|
||||
_CPUCFLAGS = -mcpu=${CPUTYPE}
|
||||
. endif
|
||||
. elif ${MACHINE_ARCH} == "powerpc"
|
||||
|
Loading…
Reference in New Issue
Block a user