From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Julien Olivain <ju.o@free.fr>,
Romain Naour <romain.naour@gmail.com>,
Valentin Korenblit <valentinkorenblit@gmail.com>,
Eric Le Bihan <eric.le.bihan.dev@free.fr>,
Daniel Lang <dalang@gmx.at>,
Adam Duskett <adam.duskett@amarulasolutions.com>
Subject: [Buildroot] [PATCH 2/7] package/llvm-project/libclc: add host variant
Date: Tue, 3 Dec 2024 23:09:44 +0100 [thread overview]
Message-ID: <20241203220949.1073051-2-bernd@kuhls.net> (raw)
In-Reply-To: <20241203220949.1073051-1-bernd@kuhls.net>
Needed for mesa3d bump to 24.1.0.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/llvm-project/libclc/libclc.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/llvm-project/libclc/libclc.mk b/package/llvm-project/libclc/libclc.mk
index 9f303d6d2f..cfa978a8ac 100644
--- a/package/llvm-project/libclc/libclc.mk
+++ b/package/llvm-project/libclc/libclc.mk
@@ -11,6 +11,7 @@ LIBCLC_LICENSE = Apache-2.0 with exceptions or MIT
LIBCLC_LICENSE_FILES = LICENSE.TXT
LIBCLC_DEPENDENCIES = host-clang host-llvm host-spirv-llvm-translator
+HOST_LIBCLC_DEPENDENCIES = host-clang host-llvm host-spirv-llvm-translator
LIBCLC_INSTALL_STAGING = YES
# CMAKE_*_COMPILER_FORCED=ON skips testing the tools and assumes
@@ -39,4 +40,8 @@ LIBCLC_CONF_OPTS = \
-DCMAKE_CXX_COMPILER="$(CMAKE_HOST_CXX_COMPILER)" \
-DLLVM_CONFIG="$(HOST_DIR)/bin/llvm-config"
+HOST_LIBCLC_CONF_OPTS = \
+ -DLIBCLC_TARGETS_TO_BUILD=spirv64-mesa3d-
+
$(eval $(cmake-package))
+$(eval $(host-cmake-package))
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-12-03 22:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-03 22:09 [Buildroot] [PATCH 1/7] package/libdrm: add host variant Bernd Kuhls
2024-12-03 22:09 ` Bernd Kuhls [this message]
2024-12-03 22:09 ` [Buildroot] [PATCH 3/7] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH 4/7] package/spirv-tools: add host variant Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH 5/7] package/wayland-protocols: bump version to 1.38 Bernd Kuhls
2024-12-03 22:09 ` [Buildroot] [PATCH v2 6/7] package/{mesa3d, mesa3d-headers}: bump version to 24.3.0 Bernd Kuhls
2024-12-26 21:09 ` Andreas Naumann
2024-12-03 22:09 ` [Buildroot] [PATCH 7/7] package/mesa3d: add option to enable VIRTIO vulkan driver Bernd Kuhls
-- strict thread matches above, loose matches on Subject: below --
2024-12-02 17:40 [Buildroot] [PATCH 1/7] package/libdrm: add host variant Bernd Kuhls
2024-12-02 17:40 ` [Buildroot] [PATCH 2/7] package/llvm-project/libclc: " Bernd Kuhls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241203220949.1073051-2-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=adam.duskett@amarulasolutions.com \
--cc=buildroot@buildroot.org \
--cc=dalang@gmx.at \
--cc=eric.le.bihan.dev@free.fr \
--cc=ju.o@free.fr \
--cc=romain.naour@gmail.com \
--cc=valentinkorenblit@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox