aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-29 19:09:57 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-29 19:09:57 +0000
commit8c596dcc6020048d39d55e30238cb2db19e3f454 (patch)
treea03d0dba5c06721cb253ed6ffdf8f537e8f95964 /libgfortran/configure.ac
parent1e4df7966f04ac1270fe0dea37c0442ffba99dde (diff)
* configure.ac (nvptx-*): Hardwire newlib.
* configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239836 138bc75d-0d04-0410-961f-82ee72b054a4
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.