powerpc: Create a powerpc64 config feature

The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>

SVN-Revision: 17306
This commit is contained in:
Geoff Levand
2009-08-18 23:07:45 +00:00
parent 8ee102eea1
commit 7581681466
9 changed files with 13 additions and 8 deletions

View File

@@ -100,6 +100,9 @@ config powerpc
select BIG_ENDIAN
bool
config powerpc64
bool
config sh3
bool