From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9861EE69EBD for ; Tue, 3 Dec 2024 22:09:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 43A2A84750; Tue, 3 Dec 2024 22:09:57 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id WQ8UT0ThdqKO; Tue, 3 Dec 2024 22:09:56 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.142; helo=lists1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 5CEAD84758 Received: from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142]) by smtp1.osuosl.org (Postfix) with ESMTP id 5CEAD84758; Tue, 3 Dec 2024 22:09:56 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists1.osuosl.org (Postfix) with ESMTP id 7C4E62073 for ; Tue, 3 Dec 2024 22:09:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5D9B484750 for ; Tue, 3 Dec 2024 22:09:54 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id AHl3Ol--QR2q for ; Tue, 3 Dec 2024 22:09:53 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=85.13.140.57; helo=dd20012.kasserver.com; envelope-from=bernd@kuhls.net; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp1.osuosl.org 2F7C284745 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 2F7C284745 Received: from dd20012.kasserver.com (dd20012.kasserver.com [85.13.140.57]) by smtp1.osuosl.org (Postfix) with ESMTPS id 2F7C284745 for ; Tue, 3 Dec 2024 22:09:52 +0000 (UTC) Received: from fli4l.lan.fli4l (p4fd6c998.dip0.t-ipconnect.de [79.214.201.152]) by dd20012.kasserver.com (Postfix) with ESMTPSA id C06E0A4C3D79; Tue, 3 Dec 2024 23:09:49 +0100 (CET) Received: from bruckner.lan.fli4l ([192.168.1.1]:35402) by fli4l.lan.fli4l with esmtp (Exim 4.98) (envelope-from ) id 1tIb5Z-0000000011i-09Gs; Tue, 03 Dec 2024 22:09:49 +0000 From: Bernd Kuhls To: buildroot@buildroot.org Cc: Julien Olivain , Romain Naour , Valentin Korenblit , Eric Le Bihan , Daniel Lang , Adam Duskett Date: Tue, 3 Dec 2024 23:09:44 +0100 Message-Id: <20241203220949.1073051-2-bernd@kuhls.net> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241203220949.1073051-1-bernd@kuhls.net> References: <20241203220949.1073051-1-bernd@kuhls.net> MIME-Version: 1.0 X-Spamd-Bar: ++ X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kuhls.net; s=kas202406071026; t=1733263789; bh=yhC8I2xM7Orbb188jTVQ15WTpYxYPle4I2ZypdeFFqg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mBrdk3BbBwcF4jlOh3hrczN3Fxcz486cHOZYzmOm3Kkgbg3bgz08UnONgfJJsjywt QzmU9HxDt3gLornrpWVebonn+37mQ4AAU9MsScvcdf3Xtu0+Nai/FJt9idBmvZDf4/ Q53e4z955XXDZP6WeWcTX3Lb1rwyvBBaSTt0+za1zujvdc55+YIX/jAYaqyJ69vsXK eBC9975iX/0vyLLHCwD/Zxyj2EauNJiWjzPBDvwRwLedqgag6XiQSNAdFkIMgxSKZv Xm6j65FBb6RLgq1KhZIzI/jisE4bS/up7AnIoPdE3A7083IjckcgMTyvfsLVY3GDG0 uKagmY4kTOUJA== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dmarc=pass (p=none dis=none) header.from=kuhls.net X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=kuhls.net header.i=@kuhls.net header.a=rsa-sha256 header.s=kas202406071026 header.b=mBrdk3Bb Subject: [Buildroot] [PATCH 2/7] package/llvm-project/libclc: add host variant X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Needed for mesa3d bump to 24.1.0. Signed-off-by: Bernd Kuhls --- 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