summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-181-2/+6
* share: minor spelling fixes.pfg2016-05-011-2/+2
* Support simple soft floating point abi for CPUTYPE in arm. Compleximp2016-03-281-6/+9
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.br2015-12-111-0/+11
* Handle CPUTYPE=armv[4567]* better. gcc expects those to be eitherimp2015-12-111-2/+7
* Add aarch64 support to CPUTYPEimp2015-11-201-0/+2
* Add arm CPUTYPE values typically used on FreeBSD.imp2015-11-191-0/+8
* Fix missing endif.imp2015-11-191-0/+1
* Fix mips CPUTYPE so that we can pass it through to gcc.imp2015-11-191-13/+15
* Fix URL for powerpc cpu options. Remove reference to ia64 options asimp2015-11-141-2/+1
* After consultations with the arm community, don't define softfp forimp2015-08-261-1/+5
* Add softfp to MACHINE_CPU more often when we're compiling for softimp2015-08-251-1/+15
* We need to add the soft float to the CFLAGS always, not just whenimp2015-08-241-1/+3
* Disable SSE in libthrvangyzen2015-08-051-0/+21
* Set MACHINE_CPU to arm64 when building for arm64. This is needed by theandrew2015-07-021-1/+3
* Sort the cpu architectures by name rather than a combination ofandrew2015-06-251-7/+7
* Catch up with Clang 3.6.0.jkim2015-03-171-32/+51
* For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it canian2015-01-191-0/+4
* Set the correct architecture when targeting ARMv7andrew2014-12-011-1/+1
* Support CXXFLAGS.${MACHINE_ARCH} as well as CFLAGS. This allows differentian2014-07-081-0/+1
* Remove ia64.marcel2014-07-071-6/+0
* Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) andjkim2014-03-201-4/+6
* Add a way to apply CFLAGS only when building the given architecture. Thisian2014-03-191-0/+4
* Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2).jkim2013-06-131-0/+4
* Nuke ARM_WANT_TP_ADDRESS, it's not used anymore.cognet2013-01-071-3/+3
* Fix typos in the previous commit.jkim2012-12-041-2/+2
* Tidy up bsd.cpu.mk for X86 CPUs:jkim2012-12-041-31/+43
* Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).jkim2012-12-031-27/+22
* Add x86 CPUs supported by clang on head.jkim2012-11-191-9/+35
* Merging of projects/armv6, part 3gonzo2012-08-151-2/+6
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-29/+0
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkmm2011-03-141-2/+8
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confmm2011-03-071-3/+3
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.mm2011-02-201-2/+9
* - Add CPUTYPE support for sparc64. The net result is that it's now possiblemarius2010-12-301-2/+28
* This case is actually powerpc specific, and doesn't apply to powerpc64.imp2010-11-141-1/+1
* Complete the integration of tbemd branch into head.imp2010-11-101-7/+1
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...imp2010-09-131-18/+18
* Now that we default to the proper endian, we don't need these for mipsimp2010-08-281-7/+0
* Minor modifications to know what to do with powerpc64.nwhitehorn2010-07-101-1/+3
* When CPUTYPE is defined to any value, on amd64 platform "mmx" isdelphij2010-04-211-1/+1
* -mabi-calls and -msoft-float aren't needed eitherimp2010-03-021-1/+1
* -mno-dsp hasn't been required for a while now.imp2010-03-021-1/+1
* Kernel module support for mips.neel2010-02-181-2/+0
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-1/+1
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-221-0/+2
* Fix links to online gcc docs.ale2008-06-251-3/+3
* Add support for MACHINE_ARCH == mips, plus a few generic CPU types thatimp2008-03-191-0/+30
* Connect MPC85XX to the PowerPC build.raj2008-03-031-0/+7
* Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition ofjhb2008-02-291-0/+2
OpenPOWER on IntegriCloud