| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce MACHINE_CPUARCH. | imp | 2010-02-03 | 1 | -33/+34 |
* | 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 |
* | Fixed indentation of conditionals. | bde | 2004-03-05 | 1 | -5/+5 |
* | Fixed some style bugs (long lines). | bde | 2004-01-31 | 1 | -2/+5 |
* | Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn't | jhb | 2004-01-30 | 1 | -1/+1 |
* | Keep up with sys/conf/ changes. | ru | 2004-01-10 | 1 | -1/+1 |
* | Since -march=pentium4 is supposed to be fixed with GCC 3.3, and | mux | 2003-07-13 | 1 | -3/+1 |
* | Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 is | anholt | 2003-05-22 | 1 | -1/+3 |
* | s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs. | peter | 2003-05-20 | 1 | -4/+4 |
* | Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction. | obrien | 2003-04-14 | 1 | -1/+1 |
* | Default the userland to 486 capabilities. | obrien | 2003-04-11 | 1 | -1/+1 |
* | Globally use -mieee in /usr/src for Alpha. | obrien | 2003-03-29 | 1 | -0/+4 |
* | Reduce "code duplication" for AMD CPU's. | obrien | 2003-03-29 | 1 | -30/+10 |
* | Whitespace-only indention fixups for revision 1.20. This lets the 1.20 | jhb | 2002-09-18 | 1 | -31/+31 |
* | Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom of | jhb | 2002-09-18 | 1 | -6/+6 |