mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:22:03 +08:00
sim arch: fix mkdir issue in GNU target
This commit is contained in:
committed by
Gregory Nutt
parent
53a8cb734b
commit
2e7961cc55
@@ -249,7 +249,7 @@ board/libboard$(LIBEXT):
|
||||
# Change the names of most symbols that conflict with libc symbols.
|
||||
|
||||
GNU:
|
||||
$(Q) mkdir ./GNU
|
||||
$(Q) mkdir -p ./GNU
|
||||
|
||||
GNU/Linux-names.dat: GNU nuttx-names.dat
|
||||
$(Q) cp nuttx-names.dat $@
|
||||
|
||||
Reference in New Issue
Block a user