summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.cognet2007-05-211-3/+1
* "If I only had a brain..."des2007-01-171-1/+1
* Correct errors in previous commit. I didn't realize that ${CPUTYPE} isdes2007-01-171-6/+6
* On i386, make "prescott" an alias for "nocona" (instead of the other waydes2007-01-171-3/+7
* Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIANcognet2006-10-191-1/+1
* Remove alpha left-overs.ru2006-08-221-25/+0
* Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn'tdes2006-08-131-1/+1
* I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't.des2006-08-121-1/+1
* Grr we also need to set -mbig-endian to LDFLAGS. Now I can build acognet2006-07-211-0/+1
* Remove ALPHA optimization pointer for gcc flags.imp2006-07-201-1/+1
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.cognet2006-07-201-1/+1
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifcognet2006-07-201-0/+5
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-191-0/+4
* Add a MACHINE_CPU entry for "ev67".ru2005-12-061-1/+3
* Use -march=armv5te for Xscale.cognet2005-05-241-1/+1
* 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
OpenPOWER on IntegriCloud