mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
r238211: Support TARGET_ARCH=armv6 and TARGET_ARCH=armv6eb This adds a new TARGET_ARCH for building on ARM processors that support the ARMv6K multiprocessor extensions. In particular, these processors have better support for TLS and mutex operations. This mostly touches a lot of Makefiles to extend existing patterns for inferring CPUARCH from ARCH. It also configures: * GCC to default to arm1176jz-s * GCC to predefine __FreeBSD_ARCH_armv6__ * gas to default to ARM_ARCH_V6K * uname -p to return 'armv6' * make so that MACHINE_ARCH defaults to 'armv6' It also changes a number of headers to use the compiler __ARM_ARCH_XXX__ macros to configure processor-specific support routines. Submitted by: Tim Kientzle <kientzle@freebsd.org> |
||
|---|---|---|
| .. | ||
| armelf_fbsd.sh | ||
| armelfb_fbsd.sh | ||
| config.h | ||
| elf32btsmip_fbsd.sh | ||
| elf32btsmipn32_fbsd.sh | ||
| elf32ltsmip_fbsd.sh | ||
| elf32ltsmipn32_fbsd.sh | ||
| elf64_ia64_fbsd.sh | ||
| elf64btsmip_fbsd.sh | ||
| elf64ltsmip_fbsd.sh | ||
| genscripts.sh | ||
| ld.1 | ||
| Makefile | ||
| Makefile.amd64 | ||
| Makefile.arm | ||
| Makefile.i386 | ||
| Makefile.ia64 | ||
| Makefile.mips | ||
| Makefile.powerpc | ||
| Makefile.powerpc64 | ||
| Makefile.sparc64 | ||