From b1e86e33a284b6b385c3b8ade42f2f9acf582a45 Mon Sep 17 00:00:00 2001 From: Kwok Cheung Yeung Date: Tue, 25 Jun 2019 11:41:38 +0000 Subject: Enable full GFortran library for AMD GCN 2019-06-25 Kwok Cheung Yeung Andrew Stubbs libgfortran/ * configure: Regenerate. * configure.ac (LIBGFOR_MINIMAL): Do not use on AMD GCN. Co-Authored-By: Andrew Stubbs From-SVN: r272649 --- libgfortran/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libgfortran/configure') diff --git a/libgfortran/configure b/libgfortran/configure index 60867b9..15c9307f 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -6179,8 +6179,7 @@ fi # * C library support for other features such as signal, environment # variables, time functions - if test "x${target_cpu}" = xnvptx \ - || test "x${target_cpu}" = xamdgcn; then + if test "x${target_cpu}" = xnvptx; then LIBGFOR_MINIMAL_TRUE= LIBGFOR_MINIMAL_FALSE='#' else -- cgit v1.1