summaryrefslogtreecommitdiffhomepage
path: root/share/bjam
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 17:43:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 17:43:30 +0100
commit587943f7e6510078e789155c0c364709c22f4316 (patch)
treeb4406176c141beea5170693c7872a58f2c035836 /share/bjam
parentb65c80c1b076e574aca27f84035c464efe50e92f (diff)
[CHORE] Patches for assembler and PTX support.nectar-gpu-improvements-and-bjam
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'share/bjam')
-rw-r--r--share/bjam/nectar-ptx.jam (renamed from share/bjam/nectar.jam)4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/bjam/nectar.jam b/share/bjam/nectar-ptx.jam
index 0ce91c6..bacc607 100644
--- a/share/bjam/nectar.jam
+++ b/share/bjam/nectar-ptx.jam
@@ -4,6 +4,8 @@
# Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License
#
+# Supports the Nectar compiler for PTX.
+
import toolset ;
if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
@@ -13,3 +15,5 @@ if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
feature.extend toolset : ptx-necdrv ;
+
+