From ffd3f24c8f766bd555a471ac4a06648220338e43 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Mon, 11 Mar 2024 16:06:43 +0100 Subject: [PATCH] Add exec and execve support --- newlib/configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/configure.host b/newlib/configure.host index 830d2d69f..0d747867d 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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