[systemd-devel] [PATCH] Removed PPC 32 bit LE architecture
Dan Horák
dan at danny.cz
Sat Aug 9 02:21:18 PDT 2014
On Fri, 8 Aug 2014 17:40:40 +0200
Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> wrote:
> On Fri, Aug 08, 2014 at 05:00:11PM +0200, harald at redhat.com wrote:
> > From: Harald Hoyer <harald at redhat.com>
> >
> > According to Brent Baude <bbaude at redhat.com>, who provided the patch,
> > IBM doesn't want to support the PPC 32 bit LE architecture at all.
> They might now want to support it, but we might want to have the tuple
> anyway.
I think there is no problem with keeping the 32-bit LE triplet, even
when it makes very little sense to actually do such distro
Dan
> Zbyszek
>
> > ---
> > src/shared/architecture.h | 5 -----
> > 1 file changed, 5 deletions(-)
> >
> > diff --git a/src/shared/architecture.h b/src/shared/architecture.h
> > index 71c79b1..2bbfb8a 100644
> > --- a/src/shared/architecture.h
> > +++ b/src/shared/architecture.h
> > @@ -90,13 +90,8 @@ Architecture uname_architecture(void);
> > # define LIB_ARCH_TUPLE "powerpc64le-linux-gnu"
> > # endif
> > #elif defined(__powerpc__)
> > -# if __BYTE_ORDER == __BIG_ENDIAN
> > # define native_architecture() ARCHITECTURE_PPC
> > # define LIB_ARCH_TUPLE "powerpc-linux-gnu"
> > -# else
> > -# define native_architecture() ARCHITECTURE_PPC_LE
> > -# error "Missing LIB_ARCH_TUPLE for PPCLE"
> > -# endif
> > #elif defined(__ia64__)
> > # define native_architecture() ARCHITECTURE_IA64
> > # define LIB_ARCH_TUPLE "ia64-linux-gnu"
> > --
> > 2.0.3
> >
> > _______________________________________________
> > systemd-devel mailing list
> > systemd-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> >
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list