]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r216820
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 5 Jan 2011 13:26:26 +0000 (13:26 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 5 Jan 2011 13:26:26 +0000 (13:26 +0000)
commite4088047c86b43e3d1fcf04244e88469856afbed
tree77c841583fbb89d0fd240433418d0c80e455e9cb
parent5a9f901fdbf93b94e2af584b244e1165dce19572
MFC: r216820

- Add CPUTYPE support for sparc64. The net result is that it's now possible
  to let the compiler optimize for the famility of UltraSPARC-III CPUs as the
  default already was to optimize for UltraSPARC-I/II and generating generic
  64-bit V9 is mainly for reference purposes. At least for SPARC64-V CPUs
  code optimized for UltraSPARC-I/II still is the most performant one.
  Thanks go to Michael Moll for testing SPARC64-V.
- Move a booke MACHINE_CPU bit into the right section.

git-svn-id: svn://svn.freebsd.org/base/stable/8@217004 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/examples/etc/make.conf
share/mk/bsd.cpu.mk