mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-29 22:21:48 +03:00
build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration
This configuration exercises various --disable-* configure options. It is expected to catch -Werror failures that only affect these configurations.
This commit is contained in:
@ -425,6 +425,16 @@ 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',
|
||||
'--disable-tunables',
|
||||
'--disable-crypt',
|
||||
'--disable-experimental-malloc',
|
||||
'--disable-build-nscd',
|
||||
'--disable-nscd']},
|
||||
{'variant': 'static-pie',
|
||||
'cfg': ['--enable-static-pie']},
|
||||
{'variant': 'x32-static-pie',
|
||||
|
Reference in New Issue
Block a user