| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | For the default case of CPUTYPE not being set, don't define CPUTYPE to the | jhb | 2002-09-18 | 1 | -5/+6 |
* | Add support for the AMD x86-64 Hammer platform. | obrien | 2002-09-11 | 1 | -0/+2 |
* | Add support for ev67 and ev45 CPUTYPEs (new in gcc3) | kris | 2002-09-07 | 1 | -2/+4 |
* | Update to use all the new CPU optimizations of GCC3. | mux | 2002-09-07 | 1 | -9/+29 |
* | TARGET_CPUTYPE should exist solely in Makefile.inc1, similar to | ru | 2002-08-02 | 1 | -7/+1 |
* | - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so that | jhb | 2002-07-31 | 1 | -5/+7 |
* | - Fixup whitespace after previous commit. | jhb | 2002-07-27 | 1 | -12/+10 |
* | If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGS | jhb | 2002-07-27 | 1 | -6/+14 |
* | In gcc 3.1 Pentium/MMX now has its own -march=XXX option. | sobomax | 2002-06-13 | 1 | -1/+1 |
* | Bootstrapping aid for those with Athlon upgrading from gcc 2.95.x. | ru | 2002-05-31 | 1 | -0/+4 |
* | Default Alpha compiles to ev5. | obrien | 2002-05-15 | 1 | -1/+1 |
* | Add pointers to GCC's allowable values for -march, and restore structure | obrien | 2002-05-11 | 1 | -6/+10 |
* | With GCC 3.1, we can now treat AMD Athlon and an Athlon. | obrien | 2002-05-11 | 1 | -5/+5 |
* | Add the beginnings of Sparc64 support. | obrien | 2002-05-10 | 1 | -0/+2 |
* | Optimize for i486 better (-m486 is just another deprecated | ru | 2002-04-18 | 1 | -1/+1 |
* | Pentium II's do not support SSE, that came in with the PIII | kris | 2001-03-21 | 1 | -1/+1 |
* | Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel | kris | 2001-03-12 | 1 | -18/+24 |
* | AMD K6/K6-2/Duron/Athlon CPUs support MMX too. | sobomax | 2001-03-10 | 1 | -3/+3 |
* | Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX), | kris | 2001-02-27 | 1 | -1/+21 |
* | Overhaul the MACHINE_CPU behaviour: | kris | 2001-02-22 | 1 | -0/+101 |