aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* bsd.cpu.mk: Remove xscale referenceWarner Losh2025-01-211-5/+1
* bsd.cpu.mk: Add _CPUFLAGS to CXXFLAGS as wellNorikatsu Shigemura2025-01-211-0/+1
* share/mk: Remove armv6 supportAndrew Turner2024-07-121-4/+1
* share/mk: Remove pre-armv7 example architecturesAndrew Turner2024-06-201-6/+1
* share/mk/bsd.cpu.mk: add F16C feature for i386 and amd64 architecturesDimitry Andric2024-04-181-18/+24
* share/mk/bsd.cpu.mk: Add AMD Zen 4 for x86Daniel Engberg2023-08-201-2/+6
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* share/mk/bsd.cpu.mk: drop -mno-powerpc64Piotr Kubaj2023-06-241-1/+1
* share/mk/bsd.cpu.mk: handle the default case when CPUTYPE is not specified on...Piotr Kubaj2023-06-161-4/+10
* share/mk/bsd.cpu.mk: add AltiVec / VSX to powerpc*'s MACHINE_CPUPiotr Kubaj2023-05-051-0/+19
* Remove a few more references to riscv64sf.John Baldwin2023-04-201-6/+1
* bsd.cpu.mk: Simplify armv[67] supportWarner Losh2023-02-141-9/+3
* bsd.cpu.mk: Introduce MACHINE_ABIBrooks Davis2022-10-051-0/+38
* bsd.cpu.mk: Remove mips supportWarner Losh2022-01-031-44/+0
* bsd.cpu.mk: Minor formatting for armv6 vs armv7Warner Losh2021-10-081-4/+6
* bsd.cpu.mk: add support for x86-64-v[234] levels as CPUTYPEGreg V2021-08-061-7/+13
* bsd.cpu.mk: Correct MACHINE_CPU for Intel Alder LakeJung-uk Kim2021-06-141-14/+14
* Catch up with Clang 12.Jung-uk Kim2021-06-141-4/+8
* [PowerPC64LE] Set up powerpc.powerpc64le architectureBrandon Bergren2020-09-221-1/+1
* When CPUTYPE is an architecture name use -marchAndrew Turner2020-09-021-0/+6
* powerpc: --secure-plt only needs to pass to ld.bfd, not ld.lldJustin Hibbits2020-03-301-1/+1
* [PowerPC] Switch powerpc and powerpcspe to lldBrandon Bergren2020-03-271-13/+0
* Add "tigerlake" CPUTYPE for x86 to catch up with Clang 10.0.Jung-uk Kim2020-03-101-8/+8
* Remove sparc64 specific buid-system hacksWarner Losh2020-02-261-27/+2
* Catch up with Clang 9.0.Jung-uk Kim2020-01-091-10/+10
* Add note to remind me there are three choices for arm32 floating point.Warner Losh2020-01-091-1/+5
* Add -mno-relax to CFLAGS in bsd.prog/lib.mk instead of bsd.cpu.mk.John Baldwin2020-01-081-4/+0
* [PowerPC64] Use ld.bfd to build LIB32 and STAND - when using llvmJustin Hibbits2019-12-241-0/+14
* Add a new "riscv-relaxations" linker feature.John Baldwin2019-12-051-0/+4
* Consolidate powerpcspe CFLAGSJustin Hibbits2019-11-101-3/+2
* powerpcspe: use -mspe instead of -mspe=yes to enable SPEJustin Hibbits2019-11-101-2/+2
* Make setting mips endian and ABI less verbose.Brooks Davis2019-07-191-15/+8
* powerpc: Transition to Secure-PLT, like most other OSs (Toolchain part)Justin Hibbits2019-06-251-0/+4
* Catch up with Clang 8.0.Jung-uk Kim2019-03-211-6/+8
* Catch up with Clang 7.0.Jung-uk Kim2019-03-211-4/+10
* Correct the CPU target for powerpcspeJustin Hibbits2019-02-091-2/+2
* Enable 'C'-compressed ISA extension.Ruslan Bukin2018-09-031-2/+2
* Revert r336773: it removed too much.Warner Losh2018-07-271-1/+5
* Remove xscale supportWarner Losh2018-07-271-5/+1
* Disable 'C'-compressed ISA extension.Ruslan Bukin2018-07-251-2/+2
* Remove special cases for armeb in the build.Warner Losh2018-07-171-1/+1
* Don't specify the desired march/mabi for RISC-V in ACFLAGS.John Baldwin2018-07-031-2/+0
* Don't use TARGET_ARCH in this file, use MACHINE_ARCH instead.Ruslan Bukin2018-06-191-1/+1
* Set correct float abi (float abi double) for hard-float build, soRuslan Bukin2018-04-181-2/+2
* Catch up with Clang 6.0.Jung-uk Kim2018-04-031-8/+12
* Add -mno-avx2 for clang as well as -mno-avx. We don't want either ofWarner Losh2017-11-201-1/+1
* Support armv7 builds for userlandWarner Losh2017-10-051-12/+12
* We don't use ARM_ARCH_6 in the tree, and haven't for a long longWarner Losh2017-08-131-3/+2
* Delete trailing whitespaceEnji Cooper2017-08-121-1/+1
* Support for v1.10 (latest) of RISC-V privilege specification.Ruslan Bukin2017-08-101-2/+5