From: Manolis Ragkousis <manolis837@gmail.com>
To: David Craven <david@craven.ch>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.
Date: Mon, 2 Jan 2017 20:29:04 +0200 [thread overview]
Message-ID: <b853802c-b9d3-49d6-a574-630a96fa4242@gmail.com> (raw)
In-Reply-To: <CAL1_immnEQcO7r2mQAUK3U0FngrDOuqNcCWyQXabAd7vgwTDvw@mail.gmail.com>
Sometimes I forget that people can't see what I think in my head :P
On 01/02/17 20:25, David Craven wrote:
>> (define %libc-object-files-rx "^(crt.*|ld.*|lib(c|m|dl|rt|pthread|nsl|\
>> -util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|libc(rt|)_nonshared\\.a)$")
>> +util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|(libc(rt|)|libpthread)\
>> +_nonshared\\.a)$")
>
> Adding libpthread_nonshared.a increases the size of the bootstrap
> binaries doesn't it? If you explain why it is needed we'll have to
> accept it... ;)
>
Directly from libpthread's Makefile:
# What we install as libpthread.so for programs to link against is in fact a
# link script. It contains references for the various libraries we need.
# The libpthread.so object is not complete since some functions are only
# defined in libpthread_nonshared.a.
Manolis
next prev parent reply other threads:[~2017-01-02 18:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-02 17:53 [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system manolis837
2017-01-02 18:25 ` David Craven
2017-01-02 18:29 ` Manolis Ragkousis [this message]
2017-01-02 18:31 ` David Craven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b853802c-b9d3-49d6-a574-630a96fa4242@gmail.com \
--to=manolis837@gmail.com \
--cc=david@craven.ch \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.