mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
e85e7c6ea4
commit
f85e9a6870
7 changed files with 18 additions and 709 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue