Skip to content

Commit

Permalink
add: Add HAVE_MKDIR definition to newlib
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Dec 12, 2024
1 parent cad2e57 commit f7013aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newlib/configure.host
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ case "${host}" in
mips*-ps2-*)
sys_dir=ps2
posix_dir=posix
newlib_cflags="${newlib_cflags} -G0 -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN -DHAVE_DD_LOCK"
newlib_cflags="${newlib_cflags} -G0 -DHAVE_MKDIR -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN -DHAVE_DD_LOCK"
;;
mmix-knuth-mmixware)
sys_dir=mmixware
Expand Down

0 comments on commit f7013aa

Please sign in to comment.