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
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]>
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
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
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
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,
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