[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ld option --build-id=none
From: |
Manoel Rebelo Abranches |
Subject: |
Re: ld option --build-id=none |
Date: |
Fri, 28 Nov 2008 18:11:12 -0200 |
But it is only passed in modules compilation. I need it when creating
kernel.elf as well.
On Fri, 2008-11-28 at 20:59 +0100, Robert Millan wrote:
> On Fri, Nov 28, 2008 at 01:21:43PM -0200, Manoel Rebelo Abranches wrote:
> > In the file conf/powerpc-ieee1275.rmk I need in newer ld versions to
> > have:
> >
> > kernel_elf_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \
> > -Wl,-N,-S,-Ttext,0x200000,-Bstatic,--build-id=none
> >
> >
> > and in older versions:
> >
> > kernel_elf_LDFLAGS = $(COMMON_LDFLAGS) -static-libgcc -lgcc \
> > -Wl,-N,-S,-Ttext,0x200000,-Bstatic
> >
> > Should I move it from conf/powerpc-ieee1275.rmk to the configure script?
>
> I thought it was there already (or something similar):
>
> aclocal.m4:[AC_MSG_CHECKING([whether linker accepts --build-id=none])
>
--
Best Regards,
Manoel Abranches <address@hidden>
IBM Linux Technology Center Brazil