adwait-godbole opened a new pull request, #18299:
URL: https://github.com/apache/nuttx/pull/18299

   This PR fixes incorrect flag handling and string escaping in the `make 
host_info` diagnostic target.
   
   The previous implementation passed compilation flags in a way that caused 
incorrect splitting and over-escaping, leading to malformed diagnostic output 
and incorrectly quoted configuration values.
   
   The fixes ensure that:
   - `CFLAGS`, `CXXFLAGS`, and `LDFLAGS` are passed and parsed correctly
   - Configuration values are escaped exactly once when generating `sysinfo.h`
   - The parsed output accurately reflects the contents of the `.config` file
   
   This is a diagnostic-only change and does not affect the NuttX build output.
   
   Fixes #16696 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to