aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.in
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2019-05-17 21:18:04 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2019-05-17 21:18:04 +0300
commitf888603842067252f8a9d14eaa9d070ae7b00662 (patch)
treec99a2f356406142291186a4b7102a86f67f29579 /libgfortran/Makefile.in
parent8ee47828d226e2041ac0f3b5b8c1aed43cec24a4 (diff)
libfortran/90038: Use posix_spawn instead of fork
fork() semantics can be problematic. Most unix style OS'es have posix_spawn which can be used to replace fork + exec in many cases. For more information see e.g. https://www.microsoft.com/en-us/research/uploads/prod/2019/04/fork-hotos19.pdf This replaces the one use of fork in libgfortran with posix_spawn. 2019-05-17 Janne Blomqvist <jb@gcc.gnu.org> PR libfortran/90038 * configure.ac (AC_CHECK_FUNCS_ONCE): Check for posix_spawn. * intrinsics/execute_command_line (execute_command_line): Use posix_spawn. * Makefile.in: Regenerated. * config.h.in: Regenerated. * configure: Regenerated. Regtested on x86_64-pc-linux-gnu. From-SVN: r271340
Diffstat (limited to 'libgfortran/Makefile.in')
-rw-r--r--libgfortran/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in
index 954f9feb1ea..6e9612df8ba 100644
--- a/libgfortran/Makefile.in
+++ b/libgfortran/Makefile.in
@@ -694,6 +694,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@