public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC ?
@ 2020-03-31 17:28 William Tambe
  2020-03-31 17:30 ` William Tambe
  0 siblings, 1 reply; 3+ messages in thread
From: William Tambe @ 2020-03-31 17:28 UTC (permalink / raw)
  To: libc-help

How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC
instead of its version ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC ?
  2020-03-31 17:28 How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC ? William Tambe
@ 2020-03-31 17:30 ` William Tambe
  2021-01-14  6:30   ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: William Tambe @ 2020-03-31 17:30 UTC (permalink / raw)
  To: libc-help

On Tue, Mar 31, 2020 at 1:28 PM William Tambe <tambewilliam@gmail.com> wrote:
>
> How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC
> instead of its version ?

Our port of GCC already generates  crti.o crtn.o crtbegin crtend, and
we would like for GLIBC to use those files from GCC instead of
building its own version.
How can we implement that in GLIBC ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC ?
  2020-03-31 17:30 ` William Tambe
@ 2021-01-14  6:30   ` Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2021-01-14  6:30 UTC (permalink / raw)
  To: William Tambe; +Cc: libc-help

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

On 31 Mar 2020 13:30, William Tambe via Libc-help wrote:
> On Tue, Mar 31, 2020 at 1:28 PM William Tambe <tambewilliam@gmail.com> wrote:
> > How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC
> > instead of its version ?
> 
> Our port of GCC already generates  crti.o crtn.o crtbegin crtend, and
> we would like for GLIBC to use those files from GCC instead of
> building its own version.
> How can we implement that in GLIBC ?

your gcc specs control this, not glibc.

that said, you really shouldn't be trying to override glibc's crt[in].o.
no one else does, so you're in unsupported territory.  which is probably
why no one responded before ;).
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-14  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 17:28 How to force GLIBC to use crti.o crtn.o crtbegin crtend from GCC ? William Tambe
2020-03-31 17:30 ` William Tambe
2021-01-14  6:30   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).