This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: Arch maintainers: new approach for crti.o and crtn.o


> Are you then going to do something with symlinks or similar to end up
> with the crt{n,i}.o names in the end?

It seems likely that having those names will make things easiest all around.
So yes, I'd figured we'd probably have:

$(objpfx)crti.o $(objpfx)crtn.o: $(objpfx)%.o: $(objpfx)%.os
	ln -f $< $@

or something like that.


Thanks,
Roland


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