On Wed, Jun 18, 2014 at 11:01:32AM +0800, b40...@freescale.com wrote:
> From: Chunrong Guo <b40...@freescale.com>
> 
> Signed-off-by: Chunrong Guo <b40...@freescale.com>
> ---
>  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
> +ifeq ($(ARCH),arm)
> +CC32 = $(CC)
> +TMPLIB32 = lib
> +ELF32 += armelf_linux_eabi
> +CUSTOM_LDSCRIPTS = no
> +else

Hi Chunrong,
Why is this extra detection logic needed?
I would have thought armv7l would cover all the 32-bit ARM devices
currently running with HugeTLBFS?

Thanks,
-- 
Steve

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to