Commit 3d96995d authored by Laurent Vivier's avatar Laurent Vivier Committed by Richard Henderson
Browse files

linux-user: define correct UTS machine name for hppa



the correct UTS machine name (as expected by systemd) is "parisc",
not "hppa".

Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
Message-Id: <20170126080449.28255-4-laurent@vivier.eu>
Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
parent 40493c5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ struct target_pt_regs {
    target_ulong ipsw;
};

#define UNAME_MACHINE "hppa"
#define UNAME_MACHINE "parisc"
#define UNAME_MINIMUM_RELEASE "2.6.32"
#define TARGET_CLONE_BACKWARDS
#define TARGET_MINSIGSTKSZ       2048