[systemd-devel] [PATCH] Added arch tuple for PPC64LE
Harald Hoyer
harald.hoyer at gmail.com
Sat Aug 9 06:05:31 PDT 2014
On 08.08.2014 16:56, harald at redhat.com wrote:
> From: Harald Hoyer <harald at redhat.com>
>
> Thanks to Brent Baude <bbaude at redhat.com>, who checked with the debian
> guys, that this is correct and provided the patch.
> ---
> src/shared/architecture.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/shared/architecture.h b/src/shared/architecture.h
> index 38780d1..71c79b1 100644
> --- a/src/shared/architecture.h
> +++ b/src/shared/architecture.h
> @@ -87,7 +87,7 @@ Architecture uname_architecture(void);
> # define LIB_ARCH_TUPLE "ppc64-linux-gnu"
> # else
> # define native_architecture() ARCHITECTURE_PPC64_LE
> -# error "Missing LIB_ARCH_TUPLE for PPC64LE"
> +# define LIB_ARCH_TUPLE "powerpc64le-linux-gnu"
> # endif
> #elif defined(__powerpc__)
> # if __BYTE_ORDER == __BIG_ENDIAN
>
pushed
More information about the systemd-devel
mailing list