This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] BZ #14544: Use crtbeginT.o to statically link programs


On Mon, Sep 24, 2012 at 12:03 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Monday 24 September 2012 14:27:33 H.J. Lu wrote:
>> -+postctorT = `$(CC) $(sysdep-LDFLAGS) --print-file-name=crtendS.o`
>> ++postctorT = `$(CC) $(sysdep-LDFLAGS) --print-file-name=crtend.o`
>
> why not just:
> +postctorT = $(+postctor)
> -mike

Sure.  It also works.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]