| Commit message (Expand) | Author | Age | Files | Lines |
* | Make armv6 hard float abi by default. Kill armv6hf. | imp | 2016-05-18 | 1 | -2/+6 |
* | share: minor spelling fixes. | pfg | 2016-05-01 | 1 | -2/+2 |
* | Support simple soft floating point abi for CPUTYPE in arm. Complex | imp | 2016-03-28 | 1 | -6/+9 |
* | Start support for the RISC-V 64-bit architecture developed by UC Berkeley. | br | 2015-12-11 | 1 | -0/+11 |
* | Handle CPUTYPE=armv[4567]* better. gcc expects those to be either | imp | 2015-12-11 | 1 | -2/+7 |
* | Add aarch64 support to CPUTYPE | imp | 2015-11-20 | 1 | -0/+2 |
* | Add arm CPUTYPE values typically used on FreeBSD. | imp | 2015-11-19 | 1 | -0/+8 |
* | Fix missing endif. | imp | 2015-11-19 | 1 | -0/+1 |
* | Fix mips CPUTYPE so that we can pass it through to gcc. | imp | 2015-11-19 | 1 | -13/+15 |
* | Fix URL for powerpc cpu options. Remove reference to ia64 options as | imp | 2015-11-14 | 1 | -2/+1 |
* | After consultations with the arm community, don't define softfp for | imp | 2015-08-26 | 1 | -1/+5 |
* | Add softfp to MACHINE_CPU more often when we're compiling for soft | imp | 2015-08-25 | 1 | -1/+15 |
* | We need to add the soft float to the CFLAGS always, not just when | imp | 2015-08-24 | 1 | -1/+3 |
* | Disable SSE in libthr | vangyzen | 2015-08-05 | 1 | -0/+21 |
* | Set MACHINE_CPU to arm64 when building for arm64. This is needed by the | andrew | 2015-07-02 | 1 | -1/+3 |
* | Sort the cpu architectures by name rather than a combination of | andrew | 2015-06-25 | 1 | -7/+7 |
* | Catch up with Clang 3.6.0. | jkim | 2015-03-17 | 1 | -32/+51 |
* | For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it can | ian | 2015-01-19 | 1 | -0/+4 |
* | Set the correct architecture when targeting ARMv7 | andrew | 2014-12-01 | 1 | -1/+1 |
* | Support CXXFLAGS.${MACHINE_ARCH} as well as CFLAGS. This allows different | ian | 2014-07-08 | 1 | -0/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -6/+0 |
* | Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) and | jkim | 2014-03-20 | 1 | -4/+6 |
* | Add a way to apply CFLAGS only when building the given architecture. This | ian | 2014-03-19 | 1 | -0/+4 |
* | Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2). | jkim | 2013-06-13 | 1 | -0/+4 |
* | Nuke ARM_WANT_TP_ADDRESS, it's not used anymore. | cognet | 2013-01-07 | 1 | -3/+3 |
* | Fix typos in the previous commit. | jkim | 2012-12-04 | 1 | -2/+2 |
* | Tidy up bsd.cpu.mk for X86 CPUs: | jkim | 2012-12-04 | 1 | -31/+43 |
* | Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1). | jkim | 2012-12-03 | 1 | -27/+22 |
* | Add x86 CPUs supported by clang on head. | jkim | 2012-11-19 | 1 | -9/+35 |
* | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 1 | -2/+6 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -29/+0 |
* | Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mk | mm | 2011-03-14 | 1 | -2/+8 |
* | Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf | mm | 2011-03-07 | 1 | -3/+3 |
* | Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk. | mm | 2011-02-20 | 1 | -2/+9 |
* | - Add CPUTYPE support for sparc64. The net result is that it's now possible | marius | 2010-12-30 | 1 | -2/+28 |
* | This case is actually powerpc specific, and doesn't apply to powerpc64. | imp | 2010-11-14 | 1 | -1/+1 |
* | Complete the integration of tbemd branch into head. | imp | 2010-11-10 | 1 | -7/+1 |
* | Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason... | imp | 2010-09-13 | 1 | -18/+18 |
* | Now that we default to the proper endian, we don't need these for mips | imp | 2010-08-28 | 1 | -7/+0 |
* | Minor modifications to know what to do with powerpc64. | nwhitehorn | 2010-07-10 | 1 | -1/+3 |
* | When CPUTYPE is defined to any value, on amd64 platform "mmx" is | delphij | 2010-04-21 | 1 | -1/+1 |
* | -mabi-calls and -msoft-float aren't needed either | imp | 2010-03-02 | 1 | -1/+1 |
* | -mno-dsp hasn't been required for a while now. | imp | 2010-03-02 | 1 | -1/+1 |
* | Kernel module support for mips. | neel | 2010-02-18 | 1 | -2/+0 |
* | Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge mode | nwhitehorn | 2009-04-04 | 1 | -1/+1 |
* | Explicitly disable generation of Altivec instructions in the kernel on PowerPC, | nwhitehorn | 2009-02-22 | 1 | -0/+2 |
* | Fix links to online gcc docs. | ale | 2008-06-25 | 1 | -3/+3 |
* | Add support for MACHINE_ARCH == mips, plus a few generic CPU types that | imp | 2008-03-19 | 1 | -0/+30 |
* | Connect MPC85XX to the PowerPC build. | raj | 2008-03-03 | 1 | -0/+7 |
* | Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition of | jhb | 2008-02-29 | 1 | -0/+2 |