On Thu, 06 Nov 2014, Gary S. Robertson wrote: > From: "Gary S. Robertson" <gary.robert...@linaro.org> > > The makefile only recognized i386 or x86_64 arches. Added support > to recognize i486, i586, i686. > > 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 91502e1..0bfaee8 100644 > --- a/Makefile > +++ b/Makefile > @@ -71,7 +71,7 @@ ELF64 = aarch64elf > TMPLIB64 = lib64 > CUSTOM_LDSCRIPTS = no > else > -ifeq ($(ARCH),i386) > +ifneq (,$(filter i386 i486 i586 i686,$(ARCH)))
This is not necessary, line 35 of the Makfile covers the i.86 case. > CC32 = $(CC) > ELF32 = elf_i386 > TMPLIB32 = lib > -- > 1.7.9.5 > > > ------------------------------------------------------------------------------ > _______________________________________________ > Libhugetlbfs-devel mailing list > Libhugetlbfs-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel >
signature.asc
Description: Digital signature
------------------------------------------------------------------------------
_______________________________________________ Libhugetlbfs-devel mailing list Libhugetlbfs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel