Skip to content

Commit 39d7065

Browse files
committed
Fix usage of wait fork and add execve
1 parent 70f6075 commit 39d7065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newlib/configure.host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ case "${host}" in
546546
mips*-ps2-*)
547547
sys_dir=ps2
548548
posix_dir=posix
549-
newlib_cflags="${newlib_cflags} -G0 -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN -D_NO_EXECVE -DNO_EXEC"
549+
newlib_cflags="${newlib_cflags} -G0 -DHAVE_NANOSLEEP -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN"
550550
;;
551551
mmix-knuth-mmixware)
552552
sys_dir=mmixware

0 commit comments

Comments
 (0)