mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
For all libthr contexts, use ${MACHINE_CPUARCH}
for all libc contexts, use ${MACHINE_ARCH} if it exists, otherwise use
${MACHINE_CPUARCH}
Move some common code up a layer (the .PATH statement was the same in
all the arch submakefiles).
# Hope she hasn't busted powerpc64 with this...
|
||
|---|---|---|
| .. | ||
| amd64 | ||
| arm | ||
| i386 | ||
| ia64 | ||
| mips | ||
| powerpc | ||
| sparc64 | ||