Skip to content

Commit

Permalink
Merge pull request #10 from pspdev/allegrex-v4.4.0_execvc
Browse files Browse the repository at this point in the history
Add exec and execve support
  • Loading branch information
fjtrujy authored Mar 12, 2024
2 parents 16a4637 + ffd3f24 commit b8e1eb3
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*-psp-*)
sys_dir=psp
posix_dir=posix
newlib_cflags="${newlib_cflags} -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN -D_NO_EXECVE -DNO_EXEC"
newlib_cflags="${newlib_cflags} -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN"
;;
mmix-knuth-mmixware)
sys_dir=mmixware
Expand Down

0 comments on commit b8e1eb3

Please sign in to comment.