From: Mike Frysinger Date: Sat, 4 May 2013 17:25:22 +0000 (-0400) Subject: Fix building for sparc64 targets X-Git-Tag: v4.8~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80acf62207377f67f3245408e24562ed014358e0;p=strace Fix building for sparc64 targets * util.c (printllval): Handle SPARC64 define. --- diff --git a/util.c b/util.c index db152abc..83fdf293 100644 --- a/util.c +++ b/util.c @@ -178,7 +178,7 @@ int printllval(struct tcb *tcp, const char *format, int arg_no) { #if defined(X86_64) || defined(POWERPC64) || defined(TILE) || defined(AARCH64) || \ - defined(LINUX_MIPSN64) + defined(LINUX_MIPSN64) || defined(SPARC64) if (current_personality == 0) { /* Technically, format expects "long long", * but we supply "long". We expect that