summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.cpu.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r263373, r268402ian2014-07-251-0/+5
* MFC: r263435jkim2014-03-281-4/+6
* Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2).jkim2013-06-131-0/+4
* Nuke ARM_WANT_TP_ADDRESS, it's not used anymore.cognet2013-01-071-3/+3
* Fix typos in the previous commit.jkim2012-12-041-2/+2
* Tidy up bsd.cpu.mk for X86 CPUs:jkim2012-12-041-31/+43
* Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1).jkim2012-12-031-27/+22
* Add x86 CPUs supported by clang on head.jkim2012-11-191-9/+35
* Merging of projects/armv6, part 3gonzo2012-08-151-2/+6
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-29/+0
* Add ssse3 capability for CPUTYPE=core2 to MACHINE_CPU in bsd.cpu.mkmm2011-03-141-2/+8
* Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.confmm2011-03-071-3/+3
* Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.mm2011-02-201-2/+9
* - Add CPUTYPE support for sparc64. The net result is that it's now possiblemarius2010-12-301-2/+28
* This case is actually powerpc specific, and doesn't apply to powerpc64.imp2010-11-141-1/+1
* Complete the integration of tbemd branch into head.imp2010-11-101-7/+1
* Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason...imp2010-09-131-18/+18
* Now that we default to the proper endian, we don't need these for mipsimp2010-08-281-7/+0
* Minor modifications to know what to do with powerpc64.nwhitehorn2010-07-101-1/+3
* When CPUTYPE is defined to any value, on amd64 platform "mmx" isdelphij2010-04-211-1/+1
* -mabi-calls and -msoft-float aren't needed eitherimp2010-03-021-1/+1
* -mno-dsp hasn't been required for a while now.imp2010-03-021-1/+1
* Kernel module support for mips.neel2010-02-181-2/+0
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-1/+1
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-221-0/+2
* Fix links to online gcc docs.ale2008-06-251-3/+3
* Add support for MACHINE_ARCH == mips, plus a few generic CPU types thatimp2008-03-191-0/+30
* Connect MPC85XX to the PowerPC build.raj2008-03-031-0/+7
* Add a 'c7' CPUTYPE for VIA C7 CPUs that is 'c3-2' with the addition ofjhb2008-02-291-0/+2
* Backout rev 1.62, and revert to use -march=armv5te -D__XSCALE__ insteadcognet2007-10-161-1/+3
* 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
OpenPOWER on IntegriCloud