re PR libfortran/21185 (Improve testsuite results on newlib targets)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 15 Sep 2007 14:52:46 +0000 (14:52 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Sat, 15 Sep 2007 14:52:46 +0000 (14:52 +0000)
commit2515e5a7a08bdb033e3fe6370774cf7359b9811e
tree0048e16af72d2eef9bf9f9e8ac0d78574ea4bf40
parent7c4d947f29a565331ef92c4f0a15624b4821269a
re PR libfortran/21185 (Improve testsuite results on newlib targets)

PR libfortran/21185
* runtime/compile_options.c (set_options): Fix typo.
* runtime/main.c (store_exe_path): If getcwd is not available,
don't use it.
* intrinsics/getcwd.c: Same thing here.
* io/unix.c (fallback_access): New fallback function for access.
(fix_fd): Don't use dup if it's not available.
* configure.ac: Check for dup and getcwd.
* configure: Regenerate.
* config.h.in: Regenerate.

From-SVN: r128512
libgfortran/ChangeLog
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/intrinsics/getcwd.c
libgfortran/io/unix.c
libgfortran/runtime/compile_options.c
libgfortran/runtime/main.c