summaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
AgeCommit message (Expand)Author
2020-04-22libgfortran: Provide some further math library fallbacks [PR94694]Jakub Jelinek
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2019-06-25Enable full GFortran library for AMD GCNKwok Cheung Yeung
2019-05-19libfortran/90038 Reap dead children when wait=.false.Janne Blomqvist
2019-05-17libfortran/90038: Use posix_spawn instead of forkJanne Blomqvist
2019-01-17GCN libgfortran.Andrew Stubbs
2018-11-22Replace sync builtins with atomic builtinsJanne Blomqvist
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist
2018-08-14Include <sys/random.h> for getentropy on SolarisRainer Orth
2018-08-13Use getentropy() for seeding PRNGJanne Blomqvist
2017-11-17Enable building libgfortran with Intel CETIgor Tsimbalist
2017-05-25re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig
2017-01-19re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2016-12-12Disable hwcaps on libgfortranRainer Orth
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig
2016-08-29configure.ac (nvptx-*): Hardwire newlib.Nathan Sidwell
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert
2015-08-29acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.Francois-Xavier Coudert
2015-08-28[Patch] Add to the libgfortran/newlib bodge to "detect" ftruncate support in ...James Greenhalgh
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt
2014-11-24configure.ac: Guard include of <ieeefp.h>.John David Anglin
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist
2014-09-30Add -Werror=implicit-function-declaration to AM_CFLAGS.Janne Blomqvist
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert
2014-06-15re PR libfortran/60468 (./fpu-target.h:93:3: error: unknown type name 'choke')Francois-Xavier Coudert
2014-05-23configure.ac [...] (HAVE_STRNLEN, [...]): Define.Hans-Peter Nilsson
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist
2014-05-12Use -std=gnu11 instead of -std=gnu99 for libgfortran C code.Janne Blomqvist
2014-04-24Fix warning in libgfortran configure scriptKyrylo Tkachov
2014-03-18configure.ac: Check for presence of fcntl.Ulrich Weigand
2013-11-15configure.ac: Do not define HAVE_STRTOLD.Steve Ellcey
2013-11-10Set close-on-exec flag when opening files.Janne Blomqvist
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus
2013-06-24configure.ac (AC_CHECK_FUNCS_ONCE): Put into if statement.Steve Ellcey
2013-06-24configure.ac: Check for fp_except and fp_except_t.Tobias Burnus
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus
2013-02-19re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin
2012-10-06Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist
2012-05-31re PR target/51007 (Quadmath I/O doesn't work on MinGW)Benjamin Kosnik
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus
2012-05-05Fix handling of temporary files.Janne Blomqvist
2012-04-02math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument.Tristan Gingold
2012-03-27configure.ac: Add description to AC_DEFINE in GCC_CHECK_MATH_FUNC.Tristan Gingold
2012-03-26configure.ac: Use GCC_CHECK_MATH_FUNC for math functions.Tristan Gingold