mirror of
https://github.com/apache/nuttx.git
synced 2026-05-09 23:12:17 +08:00
83c11b29a9
Fix incorrect flag handling and string escaping in the `make host_info` diagnostic target. Previously, CFLAGS, CXXFLAGS, and LDFLAGS were passed in a form that caused improper splitting and quoting, which resulted in malformed output and incorrectly escaped configuration values such as CONFIG_APPS_DIR. This change ensures that: - Compilation flags are passed as proper shell strings - Flags are split correctly using shlex - Configuration values are escaped exactly once when generating sysinfo.h - Parsed output matches the contents of the .config file This change affects diagnostic output only and does not modify the NuttX build process or generated binaries. Signed-off-by: Adwait Godbole <adwaitngodbole@gmail.com>
18 lines
151 B
Plaintext
18 lines
151 B
Plaintext
/arch
|
|
/math.h
|
|
/float.h
|
|
/stdarg.h
|
|
/setjmp.h
|
|
/features.h
|
|
/uClibc++
|
|
/libcxx
|
|
/libcxxabi
|
|
/machine
|
|
/newlib
|
|
/openamp
|
|
/openlibm
|
|
/metal
|
|
/etl
|
|
/minmea
|
|
/sysinfo.h
|