Use TARGET_ABI_DIR feature to unify PowerPC and PowerPC 64 definitions.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3410 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
j_mayer 2007-10-18 20:51:49 +00:00
parent e85e7c6ea4
commit f85e9a6870
7 changed files with 18 additions and 709 deletions

View file

@ -51,4 +51,8 @@ struct target_revectored_struct {
* flags masks
*/
#if defined(TARGET_PPC64) && !defined(TARGET_ABI32)
#define UNAME_MACHINE "ppc64"
#else
#define UNAME_MACHINE "ppc"
#endif