Home
last modified time | relevance | path

Searched hist:"7247 fd92a8a86a7e36cba392bcb1b62954e39b1a" (Results 1 – 1 of 1) sorted by relevance

/libCEED/
H A DMakefile7247fd92a8a86a7e36cba392bcb1b62954e39b1a Wed Feb 04 19:36:14 UTC 2026 Hugh Carson <hughcars@amazon.com> make: use -mcpu=native for GCC and Clang on non-x86 architectures

On ARM, -march=native resolves to CPU names (e.g., apple-m1) which are
invalid for -march; must use -mcpu=native instead. Use uname -m to detect
architecture and select the appropriate flag. Clang has the same limitation,
so MARCHFLAG.clang follows MARCHFLAG.gcc.