diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-12 07:43:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-12 07:43:26 +0100 |
| commit | ad6876f096f5806260f98728cf8e02ce362e97b0 (patch) | |
| tree | acd094ec819ada738961c6255dbc13f185035752 /share/bjam/nectar-amd64.jam | |
| parent | a076d1184c8c807e216af35dabb47aac99525953 (diff) | |
[FEAT] Boost.Jam additions.bjam-additions
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'share/bjam/nectar-amd64.jam')
| -rw-r--r-- | share/bjam/nectar-amd64.jam | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/share/bjam/nectar-amd64.jam b/share/bjam/nectar-amd64.jam new file mode 100644 index 0000000..aad7e4f --- /dev/null +++ b/share/bjam/nectar-amd64.jam @@ -0,0 +1,23 @@ +# +# SPDX-Identifier: BSL-1.0 +# File: nectar-amd64.jam +# Author: Amlal El Mahrouss, +# Copyright 2026, Amlal El Mahrouss, Licensed under the Boost Software License +# + +# Supports the Nectar compiler for AMD64. + +import toolset ; + +if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ] +{ + .debug-configuration = true ; +} + +feature.extend toolset : nectar-amd64 ; + +action compile-nectar-sources-amd64 +{ + $(.NECTAR_CC) $(.NECTAR_AMD64_FLAGS) $(.NECTAR_AMD64_SOURCES) +} + |
