Skip to content

Commit

Permalink
Merge pull request #11 from fjtrujy/ee-v4.4.0-improveExec
Browse files Browse the repository at this point in the history
Fix usage of `wait`, `fork`, adding `execve` and variants
  • Loading branch information
rickgaiser authored Mar 12, 2024
2 parents a092f2a + f406777 commit e4f7576
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 e4f7576

Please sign in to comment.