summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim.obrien2004-12-111-2/+3
* No need to add I386_CPU to CFLAGS here for 80386 systems as they are nojhb2004-11-161-3/+0
* Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU"obrien2004-10-191-0/+3
* Embellish the AMD64 sections a little. Including supporting 'nocona'.obrien2004-10-171-8/+20
* + Simplify by treating the standard x86 CPU names as the CPUTYPE vs.obrien2004-10-171-69/+46
* Add support for Pentium M, Pentium 3M and Pentium 4M.des2004-10-071-2/+14
* Add CPUCFLAGS for the strongarm and xscale CPUs.cognet2004-09-231-0/+8
* Add more aliases for common CPUTYPE spellingsobrien2004-08-111-1/+9
* Consistently list _CPUCFLAGS.obrien2004-08-021-10/+10
* Define MACHINE_CPU for arm.cognet2004-05-141-0/+3
* Add ${CPUTYPE} support for crusoe processors (cribbed from Linux kerneldfr2004-04-051-1/+4
* Add a reference to the ia64 options to gcc. While here, sort the list.marcel2004-03-211-2/+3
* Fix some style bugs in previous commit.trhodes2004-03-141-1/+1
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-2/+18
* Fixed indentation of conditionals.bde2004-03-051-5/+5
* 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