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

Attachment: signature.asc
Description: This is a digitally signed message part.


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