This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] BZ #14544: Use crtbeginT.o to statically link programs
On Mon, Sep 24, 2012 at 10:49 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Monday 24 September 2012 13:23:31 H.J. Lu wrote:
>> On Mon, Sep 24, 2012 at 10:21 AM, Mike Frysinger <vapier@gentoo.org> wrote:
>> > On Tuesday 04 September 2012 22:58:13 H.J. Lu wrote:
>> >> We should use crtbeginT.o instead of crtbegin.o to statically link
>> >> programs. Tested on Linux/x86-64. OK to install?
>> >
>> > unfortunately, ia64 doesn't have crtbeginT, and afaict, never has. how
>> > do we handle that ?
>>
>> Can ia64 override +prectorT?
>
> seems like adding a ports/sysdeps/ia64/Makeconfig file which clobbers these two
> vars works
> -mike
Do you need to clobber both? I thought +prectorT was sufficient.
--
H.J.