From bb053f137d50b4109e4a47f2eb16b661ff8b8c8f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 4 Jan 2024 17:04:18 +0900 Subject: [PATCH] libcxxabi.cmake: remove a patch which no longer exists the patch has been removed in the following change. ``` commit 4f90a6140c896283151719f05efc34157118ff18 Author: Stuart Ianna 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)