aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authorKwok Cheung Yeung <kcy@codesourcery.com>2019-06-25 11:41:38 +0000
committerAndrew Stubbs <ams@gcc.gnu.org>2019-06-25 11:41:38 +0000
commitb1e86e33a284b6b385c3b8ade42f2f9acf582a45 (patch)
tree68f7f456831d334fb65489d515580f7946aa66db /libgfortran/configure.ac
parent52a47d2856bb64b33ba037d404c1c00cb9e65796 (diff)
downloadgcc-b1e86e33a284b6b385c3b8ade42f2f9acf582a45.zip
gcc-b1e86e33a284b6b385c3b8ade42f2f9acf582a45.tar.gz
gcc-b1e86e33a284b6b385c3b8ade42f2f9acf582a45.tar.bz2
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
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac
index 7cfce28..8dcc860 100644
--- a/libgfortran/configure.ac
+++ b/libgfortran/configure.ac
@@ -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
# variables, time functions
-AM_CONDITIONAL(LIBGFOR_MINIMAL, [test "x${target_cpu}" = xnvptx \
- || test "x${target_cpu}" = xamdgcn])
+AM_CONDITIONAL(LIBGFOR_MINIMAL, [test "x${target_cpu}" = xnvptx])
# Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
# similarly to how libstdc++ does it