aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-29/+0
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkMartin Matuska2011-03-141-2/+8
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confMartin Matuska2011-03-071-3/+3
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.Martin Matuska2011-02-201-2/+9
* - Add CPUTYPE support for sparc64. The net result is that it's now possibleMarius Strobl2010-12-301-2/+28
* This case is actually powerpc specific, and doesn't apply to powerpc64.Warner Losh2010-11-141-1/+1
* Complete the integration of tbemd branch into head.Warner Losh2010-11-101-7/+1
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...Warner Losh2010-09-131-18/+18
* Now that we default to the proper endian, we don't need these for mipsWarner Losh2010-08-281-7/+0
* Minor modifications to know what to do with powerpc64.Nathan Whitehorn2010-07-101-1/+3
* When CPUTYPE is defined to any value, on amd64 platform "mmx" isXin LI2010-04-211-1/+1
* -mabi-calls and -msoft-float aren't needed eitherWarner Losh2010-03-021-1/+1
* -mno-dsp hasn't been required for a while now.Warner Losh2010-03-021-1/+1
* Kernel module support for mips.Neel Natu2010-02-181-2/+0
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-041-1/+1
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,Nathan Whitehorn2009-02-221-0/+2
* Fix links to online gcc docs.Alex Dupre2008-06-251-3/+3
* Add support for MACHINE_ARCH == mips, plus a few generic CPU types thatWarner Losh2008-03-191-0/+30
* Connect MPC85XX to the PowerPC build.Rafal Jaworowski2008-03-031-0/+7
* Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition ofJohn Baldwin2008-02-291-0/+2
* Backout rev 1.62, and revert to use -march=armv5te -D__XSCALE__ insteadOlivier Houchard2007-10-161-1/+3
* GCC doesn't segfault anymore while building world with -mcpu=xscale, so use it.Olivier Houchard2007-05-211-3/+1
* "If I only had a brain..."Dag-Erling Smørgrav2007-01-171-1/+1
* Correct errors in previous commit. I didn't realize that ${CPUTYPE} isDag-Erling Smørgrav2007-01-171-6/+6
* On i386, make "prescott" an alias for "nocona" (instead of the other wayDag-Erling Smørgrav2007-01-171-3/+7
* Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIANOlivier Houchard2006-10-191-1/+1
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-25/+0
* Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn'tDag-Erling Smørgrav2006-08-131-1/+1
* I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't.Dag-Erling Smørgrav2006-08-121-1/+1
* Grr we also need to set -mbig-endian to LDFLAGS. Now I can build aOlivier Houchard2006-07-211-0/+1
* Remove ALPHA optimization pointer for gcc flags.Warner Losh2006-07-201-1/+1
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.Olivier Houchard2006-07-201-1/+1
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifOlivier Houchard2006-07-201-0/+5
* Add CPUTYPE support for Via C3 and C3-2 processors.Dag-Erling Smørgrav2006-07-191-0/+4
* Add a MACHINE_CPU entry for "ev67".Ruslan Ermilov2005-12-061-1/+3
* Use -march=armv5te for Xscale.Olivier Houchard2005-05-241-1/+1
* Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim.David E. O'Brien2004-12-111-2/+3
* No need to add I386_CPU to CFLAGS here for 80386 systems as they are noJohn Baldwin2004-11-161-3/+0
* Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU"David E. O'Brien2004-10-191-0/+3
* Embellish the AMD64 sections a little. Including supporting 'nocona'.David E. O'Brien2004-10-171-8/+20
* + Simplify by treating the standard x86 CPU names as the CPUTYPE vs.David E. O'Brien2004-10-171-69/+46
* Add support for Pentium M, Pentium 3M and Pentium 4M.Dag-Erling Smørgrav2004-10-071-2/+14
* Add CPUCFLAGS for the strongarm and xscale CPUs.Olivier Houchard2004-09-231-0/+8
* 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