Re: [Libhugetlbfs-devel] [PATCH] Makefile: arm 32bit support

2014-06-19 Thread Steve Capper
On 18 June 2014 09:54, b40...@freescale.com wrote: > Hi Steve, > > I build libhugetlbfs for beagleboard arm device by yocto. > " beagleboard" is considered to be "arm" architecture. > I think general "arm" Parameter should be added to detection logic. So for libhugetlbfs, as I understand things,

Re: [Libhugetlbfs-devel] [PATCH] Makefile: arm 32bit support

2014-06-18 Thread b40...@freescale.com
dnesday, June 18, 2014 4:30 PM To: Guo Chunrong-B40290 Cc: libhugetlbfs-devel@lists.sourceforge.net; Liu Ting-B28495; Luo Zhenhua-B19537 Subject: Re: [Libhugetlbfs-devel] [PATCH] Makefile: arm 32bit support On Wed, Jun 18, 2014 at 11:01:32AM +0800, b40...@freescale.com wrote: > From: Chunrong

Re: [Libhugetlbfs-devel] [PATCH] Makefile: arm 32bit support

2014-06-18 Thread Steve Capper
On Wed, Jun 18, 2014 at 11:01:32AM +0800, b40...@freescale.com wrote: > From: Chunrong Guo > > Signed-off-by: Chunrong Guo > --- > Makefile | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/Makefile b/Makefile > index 91502e1..2030d12 100644 > --- a/Makefile > +++ b/Makefile > @@

[Libhugetlbfs-devel] [PATCH] Makefile: arm 32bit support

2014-06-17 Thread b40290
From: Chunrong Guo Signed-off-by: Chunrong Guo --- Makefile | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 91502e1..2030d12 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,12 @@ ELF32 = elf32ppclinux TMPLIB32 = lib CPPFLAGS += -DPPC_NO_SEGMENTS else +i