Skip to content

Commit

Permalink
Fix usage of wait fork and add execve
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Mar 11, 2024
1 parent a092f2a commit f406777
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 -D_NO_EXECVE -DNO_EXEC"
newlib_cflags="${newlib_cflags} -G0 -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN"
;;
mmix-knuth-mmixware)
sys_dir=mmixware
Expand Down

0 comments on commit f406777

Please sign in to comment.