Commit b1e86e33 by Kwok Cheung Yeung Committed by Andrew Stubbs

Enable full GFortran library for AMD GCN

2019-06-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
            Andrew Stubbs  <ams@codesourcery.com>

	libgfortran/
	* configure: Regenerate.
	* configure.ac (LIBGFOR_MINIMAL): Do not use on AMD GCN.

Co-Authored-By: Andrew Stubbs <ams@codesourcery.com>

From-SVN: r272649
parent 52a47d28
2019-06-25 Kwok Cheung Yeung <kcy@codesourcery.com>
Andrew Stubbs <ams@codesourcery.com>
* configure: Regenerate.
* configure.ac (LIBGFOR_MINIMAL): Do not use on AMD GCN.
2019-06-14 Janne Blomqvist <jb@gcc.gnu.org> 2019-06-14 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/65921 PR fortran/65921
......
...@@ -6179,8 +6179,7 @@ fi ...@@ -6179,8 +6179,7 @@ fi
# * C library support for other features such as signal, environment # * C library support for other features such as signal, environment
# variables, time functions # variables, time functions
if test "x${target_cpu}" = xnvptx \ if test "x${target_cpu}" = xnvptx; then
|| test "x${target_cpu}" = xamdgcn; then
LIBGFOR_MINIMAL_TRUE= LIBGFOR_MINIMAL_TRUE=
LIBGFOR_MINIMAL_FALSE='#' LIBGFOR_MINIMAL_FALSE='#'
else else
......
...@@ -205,8 +205,7 @@ AM_CONDITIONAL(LIBGFOR_USE_SYMVER_SUN, [test "x$gfortran_use_symver" = xsun]) ...@@ -205,8 +205,7 @@ AM_CONDITIONAL(LIBGFOR_USE_SYMVER_SUN, [test "x$gfortran_use_symver" = xsun])
# * C library support for other features such as signal, environment # * C library support for other features such as signal, environment
# variables, time functions # variables, time functions
AM_CONDITIONAL(LIBGFOR_MINIMAL, [test "x${target_cpu}" = xnvptx \ AM_CONDITIONAL(LIBGFOR_MINIMAL, [test "x${target_cpu}" = xnvptx])
|| test "x${target_cpu}" = xamdgcn])
# Figure out whether the compiler supports "-ffunction-sections -fdata-sections", # Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
# similarly to how libstdc++ does it # similarly to how libstdc++ does it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment