HomeFreeBSD

mrsas module: Use MACHINE_ARCH exlcusively

Description

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

Details

Provenance
impAuthored on Aug 13 2022, 5:53 PM
Parents
rGb4cea17bf615: Fix a broken man page reference.
Branches
Unknown
Tags
Unknown