Different uname machine type for x86_64.

* Added B_64_BIT_PC_PLATFORM platform type.
* Return "x86_64" as the machine type for that platform in uname.
This commit is contained in:
Alex Smith
2012-08-01 11:13:14 +01:00
parent 8110732b03
commit 9a5503d01c
3 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -713,7 +713,8 @@ typedef enum platform_types {
B_MK_61_PLATFORM,
B_NINTENDO_64_PLATFORM,
B_AMIGA_PLATFORM,
B_ATARI_PLATFORM
B_ATARI_PLATFORM,
B_64_BIT_PC_PLATFORM
} platform_type;
typedef struct {