Hello

I overlooked this patch with my initial submission a few days back, and it
appears it may have been overlooked in this mailing list as well.
This patch to the Makefile is required to add recognition of 32-bit
big-endian ARM architectures.

Thanks,

Gary Robertson

On Thu, Nov 6, 2014 at 11:58 AM, Gary S. Robertson <
gary.robert...@linaro.org> wrote:

> From: "Gary S. Robertson" <gary.robert...@linaro.org>
>
> This patch applies the same technique used by Koen Kool in the following
> patch
> which was accepted by the libhugetlbfs project:
>
> [0a4f6] Add aarch64_be_support 2014-03-31 10:52:37
>
> It modifies the libhugetlbfs Makefile to mark all 32-bit arm architectures
> as supported by the libhugetlbfs build.  Builds and successful functional
> tests have been performed for armv7a LE and BE runtime platforms.
>
> This patch replaces and renders obsolete the following patch:
> arm32-support.patch submitted by: Chunrong Guo <b40...@freescale.com>
>
> Signed-off-by: Gary S. Robertson <gary.robert...@linaro.org>
> ---
>  Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 0bfaee8..c66d267 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -59,7 +59,7 @@ ELF32 = elf32ppclinux
>  TMPLIB32 = lib
>  CPPFLAGS += -DPPC_NO_SEGMENTS
>  else
> -ifeq ($(ARCH),armv7l)
> +ifneq (,$(findstring arm,$(ARCH)))
>  CC32 = $(CC)
>  TMPLIB32 = lib
>  ELF32 += armelf_linux_eabi
> --
> 1.7.9.5
>
>
------------------------------------------------------------------------------
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to