[SCM] Samba Shared Repository - branch master updated

Martin Schwenke martins at samba.org
Thu Sep 6 10:07:02 UTC 2018


The branch, master has been updated
       via  c4c6ca5 wafsamba: Support clang as C compiler
      from  bc62182 ctdb-tests: Check result of write() in ARP and TCP tests

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c4c6ca5e0c06d616c995d6c6ff803b74caec513a
Author: Andreas Schneider <asn at samba.org>
Date:   Wed Sep 5 11:05:25 2018 +0200

    wafsamba: Support clang as C compiler
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Martin Schwenke <martins at samba.org>
    Autobuild-Date(master): Thu Sep  6 12:06:05 CEST 2018 on sn-devel-144

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

Summary of changes:
 buildtools/wafsamba/generic_cc.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/generic_cc.py b/buildtools/wafsamba/generic_cc.py
index 93a43ea..f6f8b18 100644
--- a/buildtools/wafsamba/generic_cc.py
+++ b/buildtools/wafsamba/generic_cc.py
@@ -9,7 +9,8 @@ from waflib.Configure import conftest
 
 from waflib.Tools.compiler_c import c_compiler
 
-c_compiler['default'] = ['gcc', 'generic_cc']
+c_compiler['default'] = ['gcc', 'generic_cc', 'clang']
+c_compiler['freebsd'] = ['clang', 'generic_cc', 'gcc']
 c_compiler['hpux'] = ['gcc', 'generic_cc']
 
 @conftest


-- 
Samba Shared Repository



More information about the samba-cvs mailing list