mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03: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:
@@ -1,5 +1,10 @@
|
||||
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]
|
||||
* sysdeps/unix/sysv/linux/bits/socket.h (IOCSIZE_MASK): Undefine
|
||||
if defined by <asm/socket.h> and not previously defined.
|
||||
|
||||
@@ -112,11 +112,9 @@ conformtest-header-base := $(foreach std,\
|
||||
$(std)/$(h)/conform.out))
|
||||
conformtest-header-tests := $(addprefix $(objpfx),$(conformtest-header-base))
|
||||
ifneq (yes,$(fast-check))
|
||||
ifeq (no,$(cross-compiling))
|
||||
tests-special += $(conformtest-header-tests)
|
||||
generated += $(conformtest-header-base)
|
||||
endif
|
||||
endif
|
||||
|
||||
linknamespace-symlists-base := $(foreach std,$(conformtest-standards),\
|
||||
symlist-$(std))
|
||||
|
||||
Reference in New Issue
Block a user