mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
This commit prevents Python from linking to standard libraries. This is needed because Python's `configure` script tests for a set of available functions that are provided by NuttX (instead of the toolchain) and not having `-nostdlib` set may give wrong results. |
||
|---|---|---|
| .. | ||
| patch | ||
| .gitignore | ||
| config.site.in | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| python_wrapper.c | ||
| Setup.local.in | ||