unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer via Libc-alpha <libc-alpha@sourceware.org>
To: Siddhesh Poyarekar <siddhesh@gotplt.org>
Cc: libc-alpha@sourceware.org
Subject: Re: [PATCH] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
Date: Fri, 23 Jul 2021 18:31:00 +0200	[thread overview]
Message-ID: <8735s5dmbf.fsf@oldenburg.str.redhat.com> (raw)
In-Reply-To: <5bbab507-c694-7a82-0504-b5decc1fc7d1@gotplt.org> (Siddhesh Poyarekar's message of "Fri, 23 Jul 2021 16:33:37 +0530")

* Siddhesh Poyarekar:

> On 7/23/21 2:56 PM, Florian Weimer via Libc-alpha wrote:
>> This configuration exercises various --disable-* configure options.
>> It is expected to catch -Werror failures that only affect these
>> configurations.
>> ---
>>   scripts/build-many-glibcs.py | 9 +++++++++
>>   1 file changed, 9 insertions(+)
>> diff --git a/scripts/build-many-glibcs.py
>> b/scripts/build-many-glibcs.py
>> index 6643bb6e92..6539ab76cb 100755
>> --- a/scripts/build-many-glibcs.py
>> +++ b/scripts/build-many-glibcs.py
>> @@ -425,6 +425,15 @@ class Context(object):
>>                                   {'arch': 'i686', 'ccopts': '-m32 -march=i686'}],
>>                           extra_glibcs=[{'variant': 'disable-multi-arch',
>>                                          'cfg': ['--disable-multi-arch']},
>> +                                      {'variant': 'minimal',
>> +                                       'cfg': ['--disable-multi-arch',
>> +                                               '--disable-profile',
>> +                                               '--disable-timezone-tools',
>> +                                               '--disable-mathvec',
>> +                                               '--enable-tunables=no',
>
> There is a --disable-tunables too which works the same and looks
> prettier in that context ;)

It's not documented, but I can use it still.

>> +                                               '--disable-crypt',
>> +                                               '--disable-build-nscd',
>> +                                               '--disable-nscd']},
>
> The INSTALL lists --disable-scv and --disable-experimental-malloc
> too. As an aside, maybe we should graduate tcache from being
> 'experimental' to being more permanent in 2.35 and then make this
> option nop.

--disable-scv isn't about minimization.  I forgot that
--disable-experimental-malloc controls tcache.

I'm going to send an updated patch.

Thanks,
Florian


      reply	other threads:[~2021-07-23 16:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23  9:26 [PATCH] build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration Florian Weimer via Libc-alpha
2021-07-23 11:03 ` Siddhesh Poyarekar
2021-07-23 16:31   ` Florian Weimer via Libc-alpha [this message]

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

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735s5dmbf.fsf@oldenburg.str.redhat.com \
    --to=libc-alpha@sourceware.org \
    --cc=fweimer@redhat.com \
    --cc=siddhesh@gotplt.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.
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).