lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-173-g5463806
Date: Thu, 9 Nov 2017 23:41:43 -0500 (EST)

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 "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  5463806e9ff7a10f117a8887d30457423ba8d20c (commit)
      from  2a044556bb94e0511ce0cfc71a0941a8036eab64 (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 -----------------------------------------------------------------
commit 5463806e9ff7a10f117a8887d30457423ba8d20c
Author: Joel Cunningham <address@hidden>
Date:   Sat Oct 21 13:01:12 2017 -0500

    Add make support for unit tests on MacOS /w clang
    
    This adds support for building the LwIP unit tests on MacOS 10.13
    with clang 9.0.0
    
    Summary of changes:
     1) MacOS doesn't have lpthreads or lrt (omit usage)
     2) check.h causes 'error: token pasting of ',' and __VA_ARGS__ is a GNU 
extension'
        with clang 9.0.0 (suppress for now, may be able to use -std=gnu? to 
turn on GNU extensions)
     3) check installed via brew doesn't have a separate subunit lib (omit 
usage)
     4) clang on MacOS doesn't support --start-group (omit usage)

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

Summary of changes:
 ports/unix/Common.mk      |  8 +++++++-
 ports/unix/check/Makefile | 18 +++++++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]