sim arch: fix mkdir issue in GNU target
This commit is contained in:
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 $@
|
||||
|
|
Loading…
Reference in New Issue