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

jerpelea pushed a commit to branch revert-179-osx-sim
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 9d9484ea4668d3710e079b216462f7cfa2c785d3
Author: Alin Jerpelea <[email protected]>
AuthorDate: Wed Jan 29 09:26:02 2020 +0100

    Revert "sim: Update documentation for macOS"
    
    This reverts commit b2b84cb0104bce65c8de118093438d8d62a1aac0.
---
 boards/sim/sim/sim/README.txt | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/boards/sim/sim/sim/README.txt b/boards/sim/sim/sim/README.txt
index 18a352e..2bd1240 100644
--- a/boards/sim/sim/sim/README.txt
+++ b/boards/sim/sim/sim/README.txt
@@ -181,10 +181,6 @@ which version of strlen() you call.  Other times, it can 
cause subtle,
 mysterious errors.  Usually, however, callng the wrong function in the wrong
 OS results in a fatal crash.
 
-On macOS, instead of objcopy, -unexported_symbols_list linker option is
-used to hide symbols in the NuttX domain, using the same list of symbols
-from nuttx-name.dat.
-
 Networking Issues
 -----------------
 I never did get networking to work on the sim target.  It tries to use the
@@ -491,17 +487,6 @@ Common Configuration Information
         CONFIG_SIM_X8664_SYSTEMV=n
         CONFIG_SIM_M32=n
 
-     g. macOS, 64-bit, 64-bit build
-
-        CONFIG_HOST_LINUX=n
-        CONFIG_HOST_MACOS=y
-        CONFIG_HOST_WINDOWS=n
-        CONFIG_HOST_X86=n
-        CONFIG_HOST_X86_64=y
-        CONFIG_SIM_X8664_MICROSOFT=n
-        CONFIG_SIM_X8664_SYSTEMV=y
-        CONFIG_SIM_M32=n
-
 Configuration Sub-Directories
 -----------------------------
 

Reply via email to