]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mrsas module: Use MACHINE_ARCH exlcusively
authorWarner Losh <imp@FreeBSD.org>
Sat, 13 Aug 2022 17:53:22 +0000 (11:53 -0600)
committerWarner Losh <imp@FreeBSD.org>
Sat, 13 Aug 2022 17:56:53 +0000 (11:56 -0600)
commit4e2a0135a0fd3dc59d8e7f48ccc1abf0e548bae7
treed6570293bb8ffbde46bb5ab45b102bd0ad486a74
parentb4cea17bf6153e4177f61bd684993d98c0c4dca2
mrsas module: Use MACHINE_ARCH exlcusively

TARGET_ARCH is always wrong when not used at the toplevel Makefile*, or
in something that has to be included from there. Switch to using
MACHINE_ARCH exclusively here since there's no benefit from assigning
TARGET_ARCH the value of MACHINE_ARCH and then using TARGET_ARCH (and
make TARGET_ARCH=xxx won't work).

Sponsored by: Netflix
sys/modules/mrsas/Makefile