Re: [Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64/sparc64 v2

2008-04-15 Thread Nishanth Aravamudan
On 15.04.2008 [10:19:51 -0700], Eric B Munson wrote: > Building on IA64 and sparc64 currently fails because elflink is not supported. > This patch sets up a NO_ELFLINK define in the appropriate sections of the > Makefile and a check in setup_libhugetlbfs that will skip the elflink calls on > IA64 a

[Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64/sparc64 v2

2008-04-15 Thread Eric B Munson
Building on IA64 and sparc64 currently fails because elflink is not supported. This patch sets up a NO_ELFLINK define in the appropriate sections of the Makefile and a check in setup_libhugetlbfs that will skip the elflink calls on IA64 and sparc64. Signed-off-by: Eric Munson <[EMAIL PROTECTED]>

Re: [Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64

2008-04-14 Thread David Gibson
On Mon, Apr 14, 2008 at 11:32:14AM -0700, Nishanth Aravamudan wrote: > On 14.04.2008 [11:06:45 +1000], David Gibson wrote: > > On Fri, Apr 11, 2008 at 03:20:49PM -0700, Nishanth Aravamudan wrote: > > > On 11.04.2008 [14:28:46 -0700], Eric B Munson wrote: > > > > Building on IA64 currently fails bec

Re: [Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64

2008-04-14 Thread Nishanth Aravamudan
On 14.04.2008 [11:06:45 +1000], David Gibson wrote: > On Fri, Apr 11, 2008 at 03:20:49PM -0700, Nishanth Aravamudan wrote: > > On 11.04.2008 [14:28:46 -0700], Eric B Munson wrote: > > > Building on IA64 currently fails because elflink is not supported. This > > > patch > > > sets up a NO_ELFLINK

Re: [Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64

2008-04-13 Thread David Gibson
On Fri, Apr 11, 2008 at 03:20:49PM -0700, Nishanth Aravamudan wrote: > On 11.04.2008 [14:28:46 -0700], Eric B Munson wrote: > > Building on IA64 currently fails because elflink is not supported. This > > patch > > sets up a NO_ELFLINK define in the IA64 section of the Makefile and a check > > in

Re: [Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64

2008-04-11 Thread Nishanth Aravamudan
On 11.04.2008 [14:28:46 -0700], Eric B Munson wrote: > Building on IA64 currently fails because elflink is not supported. This patch > sets up a NO_ELFLINK define in the IA64 section of the Makefile and a check > in setup_libhugetlbfs that will skip the elflink calls on IA64. Hrm, if you do this,

[Libhugetlbfs-devel] [PATCH] Skip elflink calls in setup_libhugetlbfs on IA64

2008-04-11 Thread Eric B Munson
Building on IA64 currently fails because elflink is not supported. This patch sets up a NO_ELFLINK define in the IA64 section of the Makefile and a check in setup_libhugetlbfs that will skip the elflink calls on IA64. Signed-off-by: Eric Munson <[EMAIL PROTECTED]> --- Makefile |1 + init.c