summaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2016-08-29 19:09:57 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2016-08-29 19:09:57 +0000
commitd3ca2257cc4ca5a18c03abf37d95694d3764b996 (patch)
treea03d0dba5c06721cb253ed6ffdf8f537e8f95964 /libgfortran/configure.ac
parent414b7129496a41e3a96220c103fd9f9e8ac0b840 (diff)
configure.ac (nvptx-*): Hardwire newlib.
* configure.ac (nvptx-*): Hardwire newlib. * configure: Rebuilt. From-SVN: r239836
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r--libgfortran/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac
index 8f377bb4b50..3de737dc04f 100644
--- a/libgfortran/configure.ac
+++ b/libgfortran/configure.ac
@@ -276,6 +276,8 @@ AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_blocks, struct stat.st_
case "${host}--x${with_newlib}" in
mips*--xyes)
hardwire_newlib=1;;
+ nvptx*--xyes)
+ hardwire_newlib=1;;
esac
# Check for library functions.