generic-poky/meta/conf/machine/include/powerpc
Matthew McClintock 81de52f3f2 arch-powerpc.inc: add altivec as a valid tune feature
(From OE-Core rev: 026f8bc59b6c4cc23cc8a706117bf5b3555f2c7a)

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-28 15:19:41 +01:00
..
README conf/machine/include: Cleanup PowerPC tunings to match README 2012-04-04 17:17:55 +01:00
arch-powerpc.inc arch-powerpc.inc: add altivec as a valid tune feature 2012-09-28 15:19:41 +01:00
arch-powerpc64.inc conf/machine: replace TUNE_CONFLICTS with TUNECONFLICTS 2012-07-17 10:53:53 +01:00

README

2012/03/30 - Mark Hatle <mark.hatle@windriver.com>
  - Initial revision

There are 4 primary PowerPC ABIs.
# *) Hard/Soft Floating Point
# *) 32-bit/64-bit

TUNE_ARCH is defined as either "powerpc" or "powerpc64" based on the m32 
or m64 feature.

May of the PowerPC package archictures are based on legacy Linux names.
However, a general naming scheme should be similar to: ppc[64][<family>][-nf].
(Note: the default package architectures are "powerpc" and "powerpc64".)

TUNE_PKGARCH is defined as TUNE_PKGARCH_tune-${DEFAULTTUNE}.  All 
PowerPC tunings are required to define TUNE_PKGARCH_tune-<tune>.