Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 190554db authored by Stephen Rothwell's avatar Stephen Rothwell
Browse files

powerpc: fix uname -m



It will now give ppc64 on 64bit platforms and ppc on 32bit
platforms.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent e8a30302
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ OLDARCH := ppc
SZ	:= 32
endif

UTS_MACHINE := $(OLDARCH)

ifeq ($(HAS_BIARCH),y)
override AS	+= -a$(SZ)
override LD	+= -m elf$(SZ)ppc