aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-161-2/+2
* Set endianness and floating point flags explicitly for MIPS targetsAlexander Kabaev2016-11-161-2/+15
* Use proper MACHINE_ARCH.Bryan Drewery2016-11-031-1/+1
* o Add support for long double.Ruslan Bukin2016-11-031-3/+3
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-311-0/+3
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-0/+6
* Revert r303911 "Remove extra -msoft-float flags settings."Ruslan Bukin2016-08-111-0/+5
* Remove extra -msoft-float flags settings.Ruslan Bukin2016-08-101-5/+0
* Set the soft-float flag for assembly code as well.Ruslan Bukin2016-07-221-0/+1
* Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-181-2/+6
* share: minor spelling fixes.Pedro F. Giffuni2016-05-011-2/+2
* Support simple soft floating point abi for CPUTYPE in arm. ComplexWarner Losh2016-03-281-6/+9
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.Ruslan Bukin2015-12-111-0/+11
* Handle CPUTYPE=armv[4567]* better. gcc expects those to be eitherWarner Losh2015-12-111-2/+7
* Add aarch64 support to CPUTYPEWarner Losh2015-11-201-0/+2
* Add arm CPUTYPE values typically used on FreeBSD.Warner Losh2015-11-191-0/+8
* Fix missing endif.Warner Losh2015-11-191-0/+1
* Fix mips CPUTYPE so that we can pass it through to gcc.Warner Losh2015-11-191-13/+15
* Fix URL for powerpc cpu options. Remove reference to ia64 options asWarner Losh2015-11-141-2/+1
* After consultations with the arm community, don't define softfp forWarner Losh2015-08-261-1/+5
* Add softfp to MACHINE_CPU more often when we're compiling for softWarner Losh2015-08-251-1/+15
* We need to add the soft float to the CFLAGS always, not just whenWarner Losh2015-08-241-1/+3
* Disable SSE in libthrEric van Gyzen2015-08-051-0/+21
* Set MACHINE_CPU to arm64 when building for arm64. This is needed by theAndrew Turner2015-07-021-1/+3
* Sort the cpu architectures by name rather than a combination ofAndrew Turner2015-06-251-7/+7
* Catch up with Clang 3.6.0.Jung-uk Kim2015-03-171-32/+51
* For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it canIan Lepore2015-01-191-0/+4
* Set the correct architecture when targeting ARMv7Andrew Turner2014-12-011-1/+1
* Support CXXFLAGS.${MACHINE_ARCH} as well as CFLAGS. This allows differentIan Lepore2014-07-081-0/+1
* Remove ia64.Marcel Moolenaar2014-07-071-6/+0
* Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) andJung-uk Kim2014-03-201-4/+6
* Add a way to apply CFLAGS only when building the given architecture. ThisIan Lepore2014-03-191-0/+4
* Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2).Jung-uk Kim2013-06-131-0/+4
* Nuke ARM_WANT_TP_ADDRESS, it's not used anymore.Olivier Houchard2013-01-071-3/+3
* Fix typos in the previous commit.Jung-uk Kim2012-12-041-2/+2
* Tidy up bsd.cpu.mk for X86 CPUs:Jung-uk Kim2012-12-041-31/+43
* Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).Jung-uk Kim2012-12-031-27/+22
* Add x86 CPUs supported by clang on head.Jung-uk Kim2012-11-191-9/+35
* Merging of projects/armv6, part 3Oleksandr Tymoshenko2012-08-151-2/+6
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-29/+0
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkMartin Matuska2011-03-141-2/+8
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confMartin Matuska2011-03-071-3/+3
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.Martin Matuska2011-02-201-2/+9
* - Add CPUTYPE support for sparc64. The net result is that it's now possibleMarius Strobl2010-12-301-2/+28
* This case is actually powerpc specific, and doesn't apply to powerpc64.Warner Losh2010-11-141-1/+1
* Complete the integration of tbemd branch into head.Warner Losh2010-11-101-7/+1
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...Warner Losh2010-09-131-18/+18
* Now that we default to the proper endian, we don't need these for mipsWarner Losh2010-08-281-7/+0
* Minor modifications to know what to do with powerpc64.Nathan Whitehorn2010-07-101-1/+3
* When CPUTYPE is defined to any value, on amd64 platform "mmx" isXin LI2010-04-211-1/+1