aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/d30v/configure
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2018-04-13 15:42:37 -0400
committerJeff Johnston <jjohnstn@redhat.com>2018-04-13 15:42:37 -0400
commitcd31fbb2aea25f94d7ecedc9db16dfc87ab0c316 (patch)
treeff9b070c8bd34c5c9bc77f4d4c18aab41b919acf /newlib/libc/machine/d30v/configure
parente206c39bb6bf91808dbcd2cfbd572525825982cd (diff)
downloadnewlib-cd31fbb2aea25f94d7ecedc9db16dfc87ab0c316.zip
newlib-cd31fbb2aea25f94d7ecedc9db16dfc87ab0c316.tar.gz
newlib-cd31fbb2aea25f94d7ecedc9db16dfc87ab0c316.tar.bz2
Add nvptx port.
- From: Cesar Philippidis <cesar@codesourcery.com> Date: Tue, 10 Apr 2018 14:43:42 -0700 Subject: [PATCH] nvptx port This port adds support for Nvidia GPU's, which are primarily used as offload accelerators in OpenACC and OpenMP.
Diffstat (limited to 'newlib/libc/machine/d30v/configure')
-rwxr-xr-xnewlib/libc/machine/d30v/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/machine/d30v/configure b/newlib/libc/machine/d30v/configure
index ea44565..4a27937 100755
--- a/newlib/libc/machine/d30v/configure
+++ b/newlib/libc/machine/d30v/configure
@@ -3396,6 +3396,12 @@ else
fi
+# Emit any target-specific warnings.
+if test "x${newlib_msg_warn}" != "x"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ${newlib_msg_warn}" >&5
+$as_echo "$as_me: WARNING: ${newlib_msg_warn}" >&2;}
+fi
+
# Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we
# use oext, which is set in configure.host based on the target platform.
OBJEXT=${oext}