mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
PR #1450 broke the Cygwin build. Refer to Issue #1672.
The use of of logic like:
EXTRA_LIBPATHS += -L "${dir ${shell $(CC) $(ARCHCPUFLAGS) --print-file-name=libgcc.a}}"
fails when the Toolchain $(CC) is a native Windows toolchain. That is because the returned path is a Windows-style patch which cannot be handled by the make 'dir' command. Commit
|
||
|---|---|---|
| .. | ||
| common | ||
| mips32 | ||
| pic32mx | ||
| pic32mz | ||
| .gitignore | ||
| Makefile | ||