From 32b6409942f31a8029d27ae3470d4338a8ae4d5d Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 21 Mar 2023 22:41:19 +0000 Subject: crossdev: initial nvptx-none porting Signed-off-by: Sam James --- crossdev | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crossdev b/crossdev index 2282826..befce40 100755 --- a/crossdev +++ b/crossdev @@ -283,6 +283,12 @@ parse_target() { WITH_DEF_HEADERS="no" ;; + nvptx*) + BPKG="nvptx-tools" + LPKG="newlib" + STAGE_DEFAULT=${STAGE_LIBC} + ;; + # due to upstream lameness, build C/C++ at first glance *-cygwin) GUSE_DISABLE_STAGE_1+=" -nocxx cxx" -- cgit v1.2.3-65-gdbad