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 ifeq ($(ARCH),armv7l) CC32 = $(CC) TMPLIB32 = lib @@ -116,6 +122,7 @@ endif endif endif endif +endif ifdef CC32 OBJDIRS += obj32 -- 1.9.2 ------------------------------------------------------------------------------ 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