Skip to content

Commit

Permalink
Merge pull request #16 from uyjulian/ee-v4.4.0-enablehavemkdir
Browse files Browse the repository at this point in the history
add: Add HAVE_MKDIR definition to newlib
  • Loading branch information
fjtrujy authored Dec 12, 2024
2 parents cad2e57 + f7013aa commit a84b4ec
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 a84b4ec

Please sign in to comment.