summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* Fixed some style bugs (long lines).bde2004-01-311-2/+5
* Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn'tjhb2004-01-301-1/+1
* Keep up with sys/conf/ changes.ru2004-01-101-1/+1
* Since -march=pentium4 is supposed to be fixed with GCC 3.3, andmux2003-07-131-3/+1
* Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 isanholt2003-05-221-1/+3
* s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.peter2003-05-201-4/+4
* Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.obrien2003-04-141-1/+1
* Default the userland to 486 capabilities.obrien2003-04-111-1/+1
* Globally use -mieee in /usr/src for Alpha.obrien2003-03-291-0/+4
* Reduce "code duplication" for AMD CPU's.obrien2003-03-291-30/+10
* Whitespace-only indention fixups for revision 1.20. This lets the 1.20jhb2002-09-181-31/+31
* Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom ofjhb2002-09-181-6/+6
* For the default case of CPUTYPE not being set, don't define CPUTYPE to thejhb2002-09-181-5/+6
* Add support for the AMD x86-64 Hammer platform.obrien2002-09-111-0/+2
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-071-2/+4
* Update to use all the new CPU optimizations of GCC3.mux2002-09-071-9/+29
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toru2002-08-021-7/+1
* - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so thatjhb2002-07-311-5/+7
* - Fixup whitespace after previous commit.jhb2002-07-271-12/+10
* If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGSjhb2002-07-271-6/+14
* In gcc 3.1 Pentium/MMX now has its own -march=XXX option.sobomax2002-06-131-1/+1
* Bootstrapping aid for those with Athlon upgrading from gcc 2.95.x.ru2002-05-311-0/+4
* Default Alpha compiles to ev5.obrien2002-05-151-1/+1
* Add pointers to GCC's allowable values for -march, and restore structureobrien2002-05-111-6/+10
* With GCC 3.1, we can now treat AMD Athlon and an Athlon.obrien2002-05-111-5/+5
* Add the beginnings of Sparc64 support.obrien2002-05-101-0/+2
* Optimize for i486 better (-m486 is just another deprecatedru2002-04-181-1/+1
* Pentium II's do not support SSE, that came in with the PIIIkris2001-03-211-1/+1
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-121-18/+24
* AMD K6/K6-2/Duron/Athlon CPUs support MMX too.sobomax2001-03-101-3/+3
* Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX),kris2001-02-271-1/+21
* Overhaul the MACHINE_CPU behaviour:kris2001-02-221-0/+101
OpenPOWER on IntegriCloud