mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 20:24:51 +08:00
Summary: - Simplified `Make.defs` by including `Toolchain.defs` from the x86 common directory - Removed redundant toolchain and flag definitions, consolidating them into a single shared file Impact: - Reduces code duplication and improves maintainability by centralizing toolchain configurations - No functional changes - the build process remains the same, but the configuration is now more modular and reusable Signed-off-by: Huang Qi <huangqi3@xiaomi.com>