You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2024/01/04 15:20:12 UTC

(nuttx) 02/05: libcxxabi.cmake: remove a patch which no longer exists

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit bb053f137d50b4109e4a47f2eb16b661ff8b8c8f
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Jan 4 17:04:18 2024 +0900

    libcxxabi.cmake: remove a patch which no longer exists
    
    the patch has been removed in the following change.
    ```
    commit 4f90a6140c896283151719f05efc34157118ff18
    Author: Stuart Ianna <st...@motec.com.au>
    Date:   Mon Jan 23 09:08:00 2023 +1100
    
        libcxx: Remove exiting patches and update libcxx version to 15.0.7
    
         - Add __config_site for NuttX.
           In libcxx 12.0.0. CMake concatenated __config_site with _config,
           which enabled NuttX to build without its inclusion. In 15.0.7, this
           file is configured by CMake and included explicitly in __config.
         - Add additional include directories.
         - Mute always_inline warning.
         - Make the download of libcxx/libcxxabi configurable
    ```
---
 libs/libxx/libcxxabi.cmake | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libs/libxx/libcxxabi.cmake b/libs/libxx/libcxxabi.cmake
index f6715a76d9..fb4589d020 100644
--- a/libs/libxx/libcxxabi.cmake
+++ b/libs/libxx/libcxxabi.cmake
@@ -39,9 +39,7 @@ if(NOT EXISTS ${CMAKE_CURRENT_LIST_DIR}/libcxxabi)
         ""
         TEST_COMMAND
         ""
-    PATCH_COMMAND
-      patch -p0 -d ${CMAKE_CURRENT_LIST_DIR} <
-      ${CMAKE_CURRENT_LIST_DIR}/0001-libc-abi-avoid-the-waring-__EXCEPTIONS-is-not-define.patch
+    PATCH_COMMAND ""
     DOWNLOAD_NO_PROGRESS true
     TIMEOUT 30)