mirror of git://sourceware.org/git/glibc.git
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:
parent
70d08ba204
commit
5f18453d1c
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue