This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-230-g62f71aa


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  62f71aad7e0d9df95578846134f1738ddf0e7844 (commit)
      from  2288c2674d050cbbe96a3eb00e7dda1452160c32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=62f71aad7e0d9df95578846134f1738ddf0e7844

commit 62f71aad7e0d9df95578846134f1738ddf0e7844
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Apr 18 23:51:35 2017 +0000

    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].

diff --git a/ChangeLog b/ChangeLog
index 7264a9d..fc8c2e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/conform/Makefile b/conform/Makefile
index eb2288f..9638dda 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -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))

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 conform/Makefile |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]