From cd31fbb2aea25f94d7ecedc9db16dfc87ab0c316 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 13 Apr 2018 15:42:37 -0400 Subject: Add nvptx port. - From: Cesar Philippidis 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. --- newlib/libc/sys/sysvnecv70/configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'newlib/libc/sys/sysvnecv70/configure') diff --git a/newlib/libc/sys/sysvnecv70/configure b/newlib/libc/sys/sysvnecv70/configure index 17a1f544c..11b18a5d7 100755 --- a/newlib/libc/sys/sysvnecv70/configure +++ b/newlib/libc/sys/sysvnecv70/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} -- cgit v1.2.3