summaryrefslogtreecommitdiff
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: revs 1.42-1.47 (minus 1.45):David E. O'Brien2004-12-161-61/+61
* Add more aliases for common CPUTYPE spellingsDavid E. O'Brien2004-08-111-1/+9
* Consistently list _CPUCFLAGS.David E. O'Brien2004-08-021-10/+10
* Define MACHINE_CPU for arm.Olivier Houchard2004-05-141-0/+3
* Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kernelDoug Rabson2004-04-051-1/+4
* Add a reference to the ia64 options to gcc. While here, sort the list.Marcel Moolenaar2004-03-211-2/+3
* Fix some style bugs in previous commit.Tom Rhodes2004-03-141-1/+1
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-2/+18
* Fixed indentation of conditionals.Bruce Evans2004-03-051-5/+5
* Fixed some style bugs (long lines).Bruce Evans2004-01-311-2/+5
* Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn'tJohn Baldwin2004-01-301-1/+1
* Keep up with sys/conf/ changes.Ruslan Ermilov2004-01-101-1/+1
* Since -march=pentium4 is supposed to be fixed with GCC 3.3, andMaxime Henrion2003-07-131-3/+1
* Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 isEric Anholt2003-05-221-1/+3
* s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.Peter Wemm2003-05-201-4/+4
* Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.David E. O'Brien2003-04-141-1/+1
* Default the userland to 486 capabilities.David E. O'Brien2003-04-111-1/+1
* Globally use -mieee in /usr/src for Alpha.David E. O'Brien2003-03-291-0/+4
* Reduce "code duplication" for AMD CPU's.David E. O'Brien2003-03-291-30/+10
* Whitespace-only indention fixups for revision 1.20. This lets the 1.20John Baldwin2002-09-181-31/+31
* Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom ofJohn Baldwin2002-09-181-6/+6
* For the default case of CPUTYPE not being set, don't define CPUTYPE to theJohn Baldwin2002-09-181-5/+6
* Add support for the AMD x86-64 Hammer platform.David E. O'Brien2002-09-111-0/+2
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)Kris Kennaway2002-09-071-2/+4
* Update to use all the new CPU optimizations of GCC3.Maxime Henrion2002-09-071-9/+29
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toRuslan Ermilov2002-08-021-7/+1
* - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so thatJohn Baldwin2002-07-311-5/+7
* - Fixup whitespace after previous commit.John Baldwin2002-07-271-12/+10
* If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGSJohn Baldwin2002-07-271-6/+14
* In gcc 3.1 Pentium/MMX now has its own -march=XXX option.Maxim Sobolev2002-06-131-1/+1
* Bootstrapping aid for those with Athlon upgrading from gcc 2.95.x.Ruslan Ermilov2002-05-311-0/+4
* Default Alpha compiles to ev5.David E. O'Brien2002-05-151-1/+1
* Add pointers to GCC's allowable values for -march, and restore structureDavid E. O'Brien2002-05-111-6/+10
* With GCC 3.1, we can now treat AMD Athlon and an Athlon.David E. O'Brien2002-05-111-5/+5
* Add the beginnings of Sparc64 support.David E. O'Brien2002-05-101-0/+2
* Optimize for i486 better (-m486 is just another deprecatedRuslan Ermilov2002-04-181-1/+1
* Pentium II's do not support SSE, that came in with the PIIIKris Kennaway2001-03-211-1/+1
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelKris Kennaway2001-03-121-18/+24
* AMD K6/K6-2/Duron/Athlon CPUs support MMX too.Maxim Sobolev2001-03-101-3/+3
* Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX),Kris Kennaway2001-02-271-1/+21
* Overhaul the MACHINE_CPU behaviour:Kris Kennaway2001-02-221-0/+101