You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/02/18 13:38:06 UTC

[incubator-nuttx-apps] branch master updated: Change CONFIG_CXX_NEWLONG to CONFIG_ARCH_SIZET_LONG

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

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 5696182  Change CONFIG_CXX_NEWLONG to CONFIG_ARCH_SIZET_LONG
5696182 is described below

commit 569618220a5fb27495a368eff2a336071b1c47bc
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Tue Feb 18 21:18:08 2020 +0800

    Change CONFIG_CXX_NEWLONG to CONFIG_ARCH_SIZET_LONG
    
    Follow up nuttx side change
---
 examples/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/README.txt b/examples/README.txt
index bd54e5c..70192b5 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -558,7 +558,7 @@ examples/helloxx
   And you may have to tinker with the following to get libxx to compile
   properly:
 
-    CONFIG_CXX_NEWLONG=y or =n
+    CCONFIG_ARCH_SIZET_LONG=y or =n
 
   The argument of the 'new' operators should take a type of size_t.  But size_t
   has an unknown underlying.  In the nuttx sys/types.h header file, size_t