mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
conformtest: Enable tests when cross compiling.
This patch enables the compilation part of the conformtest tests (the vast bulk of them) when cross compiling, so making it easy to run them across many configurations with build-many-glibcs.py. Tested with build-many-glibcs.py. * conform/Makefile (tests-special): Do not make addition of $(conformtest-header-tests) conditional on [$(cross-compiling) = no]. (generated): Do not make addition of $(conformtest-header-base) conditional on [$(cross-compiling) = no].
This commit is contained in:
parent
2288c2674d
commit
62f71aad7e
@ -1,5 +1,10 @@
|
|||||||
2017-04-18 Joseph Myers <joseph@codesourcery.com>
|
2017-04-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* conform/Makefile (tests-special): Do not make addition of
|
||||||
|
$(conformtest-header-tests) conditional on [$(cross-compiling) = no].
|
||||||
|
(generated): Do not make addition of $(conformtest-header-base)
|
||||||
|
conditional on [$(cross-compiling) = no].
|
||||||
|
|
||||||
[BZ #21267]
|
[BZ #21267]
|
||||||
* sysdeps/unix/sysv/linux/bits/socket.h (IOCSIZE_MASK): Undefine
|
* sysdeps/unix/sysv/linux/bits/socket.h (IOCSIZE_MASK): Undefine
|
||||||
if defined by <asm/socket.h> and not previously defined.
|
if defined by <asm/socket.h> and not previously defined.
|
||||||
|
@ -112,11 +112,9 @@ conformtest-header-base := $(foreach std,\
|
|||||||
$(std)/$(h)/conform.out))
|
$(std)/$(h)/conform.out))
|
||||||
conformtest-header-tests := $(addprefix $(objpfx),$(conformtest-header-base))
|
conformtest-header-tests := $(addprefix $(objpfx),$(conformtest-header-base))
|
||||||
ifneq (yes,$(fast-check))
|
ifneq (yes,$(fast-check))
|
||||||
ifeq (no,$(cross-compiling))
|
|
||||||
tests-special += $(conformtest-header-tests)
|
tests-special += $(conformtest-header-tests)
|
||||||
generated += $(conformtest-header-base)
|
generated += $(conformtest-header-base)
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
linknamespace-symlists-base := $(foreach std,$(conformtest-standards),\
|
linknamespace-symlists-base := $(foreach std,$(conformtest-standards),\
|
||||||
symlist-$(std))
|
symlist-$(std))
|
||||||
|
Loading…
Reference in New Issue
Block a user