| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Backout rev 1.62, and revert to use -march=armv5te -D__XSCALE__ instead | cognet | 2007-10-16 | 1 | -1/+3 |
* | GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it. | cognet | 2007-05-21 | 1 | -3/+1 |
* | "If I only had a brain..." | des | 2007-01-17 | 1 | -1/+1 |
* | Correct errors in previous commit. I didn't realize that ${CPUTYPE} is | des | 2007-01-17 | 1 | -6/+6 |
* | On i386, make "prescott" an alias for "nocona" (instead of the other way | des | 2007-01-17 | 1 | -3/+7 |
* | Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIAN | cognet | 2006-10-19 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -25/+0 |
* | Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn't | des | 2006-08-13 | 1 | -1/+1 |
* | I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't. | des | 2006-08-12 | 1 | -1/+1 |
* | Grr we also need to set -mbig-endian to LDFLAGS. Now I can build a | cognet | 2006-07-21 | 1 | -0/+1 |
* | Remove ALPHA optimization pointer for gcc flags. | imp | 2006-07-20 | 1 | -1/+1 |
* | Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}. | cognet | 2006-07-20 | 1 | -1/+1 |
* | Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS if | cognet | 2006-07-20 | 1 | -0/+5 |
* | Add CPUTYPE support for Via C3 and C3-2 processors. | des | 2006-07-19 | 1 | -0/+4 |
* | Add a MACHINE_CPU entry for "ev67". | ru | 2005-12-06 | 1 | -1/+3 |
* | Use -march=armv5te for Xscale. | cognet | 2005-05-24 | 1 | -1/+1 |
* | Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim. | obrien | 2004-12-11 | 1 | -2/+3 |
* | No need to add I386_CPU to CFLAGS here for 80386 systems as they are no | jhb | 2004-11-16 | 1 | -3/+0 |
* | Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU" | obrien | 2004-10-19 | 1 | -0/+3 |
* | Embellish the AMD64 sections a little. Including supporting 'nocona'. | obrien | 2004-10-17 | 1 | -8/+20 |
* | + Simplify by treating the standard x86 CPU names as the CPUTYPE vs. | obrien | 2004-10-17 | 1 | -69/+46 |
* | Add support for Pentium M, Pentium 3M and Pentium 4M. | des | 2004-10-07 | 1 | -2/+14 |
* | Add CPUCFLAGS for the strongarm and xscale CPUs. | cognet | 2004-09-23 | 1 | -0/+8 |
* | Add more aliases for common CPUTYPE spellings | obrien | 2004-08-11 | 1 | -1/+9 |
* | Consistently list _CPUCFLAGS. | obrien | 2004-08-02 | 1 | -10/+10 |
* | Define MACHINE_CPU for arm. | cognet | 2004-05-14 | 1 | -0/+3 |
* | Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kernel | dfr | 2004-04-05 | 1 | -1/+4 |
* | Add a reference to the ia64 options to gcc. While here, sort the list. | marcel | 2004-03-21 | 1 | -2/+3 |
* | Fix some style bugs in previous commit. | trhodes | 2004-03-14 | 1 | -1/+1 |
* | This are the build infrastructure changes to allow to use the | trhodes | 2004-03-12 | 1 | -2/+18 |